Uses of Class
org.la4j.operation.MatrixVectorOperation
-
Packages that use MatrixVectorOperation Package Description org.la4j org.la4j.matrix org.la4j.operation.ooplace -
-
Uses of MatrixVectorOperation in org.la4j
Fields in org.la4j declared as MatrixVectorOperation Modifier and Type Field Description static MatrixVectorOperation<Vector>
LinearAlgebra. OO_PLACE_MATRIX_BY_VECTOR_MULTIPLICATION
Methods in org.la4j with parameters of type MatrixVectorOperation Modifier and Type Method Description abstract <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 MatrixVectorOperation Modifier and Type Method Description <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 Modifier and Type Class Description class
OoPlaceMatrixByVectorMultiplication
-