Uses of Class
org.la4j.operation.MatrixVectorOperation
Packages that use MatrixVectorOperation
-
Uses of MatrixVectorOperation in org.la4j
Fields in org.la4j declared as MatrixVectorOperationModifier and TypeFieldDescriptionstatic final MatrixVectorOperation
<Vector> LinearAlgebra.OO_PLACE_MATRIX_BY_VECTOR_MULTIPLICATION
Methods in org.la4j with parameters of type MatrixVectorOperationModifier and TypeMethodDescriptionabstract <T> T
Matrix.apply
(MatrixVectorOperation<T> operation, Vector that) Pipes this matrix to a givenoperation
. -
Uses of MatrixVectorOperation in org.la4j.matrix
Methods in org.la4j.matrix with parameters of type MatrixVectorOperationModifier and TypeMethodDescription<T> T
ColumnMajorSparseMatrix.apply
(MatrixVectorOperation<T> operation, Vector that) <T> T
DenseMatrix.apply
(MatrixVectorOperation<T> operation, Vector that) <T> T
RowMajorSparseMatrix.apply
(MatrixVectorOperation<T> operation, Vector that) -
Uses of MatrixVectorOperation in org.la4j.operation.ooplace
Subclasses of MatrixVectorOperation in org.la4j.operation.ooplace