Package | Description |
---|---|
org.la4j | |
org.la4j.operation.ooplace | |
org.la4j.vector |
Modifier and Type | Field and Description |
---|---|
static VectorMatrixOperation<Vector> |
LinearAlgebra.OO_PLACE_VECTOR_BY_MATRIX_MULTIPLICATION |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
Vector.apply(VectorMatrixOperation<T> operation,
Matrix that)
Pipes this vector to a given
operation . |
Modifier and Type | Class and Description |
---|---|
class |
OoPlaceVectorByMatrixMultiplication |
Modifier and Type | Method and Description |
---|---|
<T> T |
SparseVector.apply(VectorMatrixOperation<T> operation,
Matrix that) |
<T> T |
DenseVector.apply(VectorMatrixOperation<T> operation,
Matrix that) |
Copyright © 2015. All rights reserved.