Package | Description |
---|---|
org.la4j | |
org.la4j.operation | |
org.la4j.operation.ooplace | |
org.la4j.vector |
Modifier and Type | Field and Description |
---|---|
static VectorVectorOperation<Double> |
LinearAlgebra.OO_PLACE_INNER_PRODUCT |
static VectorVectorOperation<Matrix> |
LinearAlgebra.OO_PLACE_OUTER_PRODUCT |
static VectorVectorOperation<Vector> |
LinearAlgebra.OO_PLACE_VECTOR_HADAMARD_PRODUCT |
static VectorVectorOperation<Vector> |
LinearAlgebra.OO_PLACE_VECTORS_ADDITION |
static VectorVectorOperation<Vector> |
LinearAlgebra.OO_PLACE_VECTORS_SUBTRACTION |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
Vector.apply(VectorVectorOperation<T> operation,
Vector that)
Pipes this vector to a given
operation . |
Modifier and Type | Class and Description |
---|---|
class |
CommonVectorVectorOperation<R> |
class |
SymmetricVectorVectorOperation<R> |
Modifier and Type | Class and Description |
---|---|
class |
OoPlaceInnerProduct |
class |
OoPlaceOuterProduct |
class |
OoPlaceVectorHadamardProduct |
class |
OoPlaceVectorsAddition |
class |
OoPlaceVectorsSubtraction |
Modifier and Type | Method and Description |
---|---|
<T> T |
SparseVector.apply(VectorVectorOperation<T> operation,
Vector that) |
<T> T |
DenseVector.apply(VectorVectorOperation<T> operation,
Vector that) |
Copyright © 2015. All rights reserved.