Package | Description |
---|---|
org.la4j | |
org.la4j.matrix | |
org.la4j.operation | |
org.la4j.operation.ooplace |
Modifier and Type | Field and Description |
---|---|
static MatrixOperation<Matrix> |
LinearAlgebra.OO_PLACE_MATRIX_BY_ITS_TRANSPOSE_MULTIPLICATION |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
Matrix.apply(MatrixOperation<T> operation)
Pipes this matrix to a given
operation . |
Modifier and Type | Method and Description |
---|---|
<T> T |
RowMajorSparseMatrix.apply(MatrixOperation<T> operation) |
<T> T |
DenseMatrix.apply(MatrixOperation<T> operation) |
<T> T |
ColumnMajorSparseMatrix.apply(MatrixOperation<T> operation) |
Modifier and Type | Class and Description |
---|---|
class |
CommonMatrixOperation<R> |
Modifier and Type | Method and Description |
---|---|
MatrixOperation<R> |
MatrixMatrixOperation.partiallyApply(ColumnMajorSparseMatrix a) |
MatrixOperation<R> |
MatrixMatrixOperation.partiallyApply(DenseMatrix a) |
MatrixOperation<R> |
VectorMatrixOperation.partiallyApply(DenseVector a) |
MatrixOperation<R> |
MatrixMatrixOperation.partiallyApply(RowMajorSparseMatrix a) |
MatrixOperation<R> |
VectorMatrixOperation.partiallyApply(SparseVector a) |
Modifier and Type | Class and Description |
---|---|
class |
OoPlaceMatrixByItsTransposeMultiplication |
Copyright © 2015. All rights reserved.