Package | Description |
---|---|
org.apache.reef.examples.group.utils.math |
Math utilities for Group Communication.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Vector
An interface for Linear Alebra Vectors.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVector
Abstract base class for
Vector implementations. |
class |
DenseVector
A dense
Vector implementation backed by a double[]. |
class |
SparseVector
A sparse vector represented by an index and value array.
|
Modifier and Type | Method and Description |
---|---|
void |
Vector.multAdd(double factor,
ImmutableVector that)
this += factor * that.
|
void |
AbstractVector.multAdd(double factor,
ImmutableVector that) |
Constructor and Description |
---|
DenseVector(ImmutableVector other)
Instantiates a new DenseVector by copying the given other vector.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.