Uses of Class
org.la4j.operation.MatrixOperation
Packages that use MatrixOperation
-
Uses of MatrixOperation in org.la4j
Fields in org.la4j declared as MatrixOperationModifier and TypeFieldDescriptionstatic final MatrixOperation
<Matrix> LinearAlgebra.OO_PLACE_MATRIX_BY_ITS_TRANSPOSE_MULTIPLICATION
Methods in org.la4j with parameters of type MatrixOperationModifier and TypeMethodDescriptionabstract <T> T
Matrix.apply
(MatrixOperation<T> operation) Pipes this matrix to a givenoperation
. -
Uses of MatrixOperation in org.la4j.matrix
Methods in org.la4j.matrix with parameters of type MatrixOperationModifier and TypeMethodDescription<T> T
ColumnMajorSparseMatrix.apply
(MatrixOperation<T> operation) <T> T
DenseMatrix.apply
(MatrixOperation<T> operation) <T> T
RowMajorSparseMatrix.apply
(MatrixOperation<T> operation) -
Uses of MatrixOperation in org.la4j.operation
Subclasses of MatrixOperation in org.la4j.operationMethods in org.la4j.operation that return MatrixOperationModifier and TypeMethodDescriptionMatrixMatrixOperation.partiallyApply
(ColumnMajorSparseMatrix a) MatrixMatrixOperation.partiallyApply
(DenseMatrix a) MatrixMatrixOperation.partiallyApply
(RowMajorSparseMatrix a) VectorMatrixOperation.partiallyApply
(DenseVector a) VectorMatrixOperation.partiallyApply
(SparseVector a) -
Uses of MatrixOperation in org.la4j.operation.ooplace
Subclasses of MatrixOperation in org.la4j.operation.ooplace