Package | Description |
---|---|
org.la4j | |
org.la4j.matrix | |
org.la4j.operation.ooplace |
Modifier and Type | Field and Description |
---|---|
static MatrixVectorOperation<Vector> |
LinearAlgebra.OO_PLACE_MATRIX_BY_VECTOR_MULTIPLICATION |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
Matrix.apply(MatrixVectorOperation<T> operation,
Vector that)
Pipes this matrix to a given
operation . |
Modifier and Type | Method and Description |
---|---|
<T> T |
RowMajorSparseMatrix.apply(MatrixVectorOperation<T> operation,
Vector that) |
<T> T |
DenseMatrix.apply(MatrixVectorOperation<T> operation,
Vector that) |
<T> T |
ColumnMajorSparseMatrix.apply(MatrixVectorOperation<T> operation,
Vector that) |
Modifier and Type | Class and Description |
---|---|
class |
OoPlaceMatrixByVectorMultiplication |
Copyright © 2015. All rights reserved.