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_MULTIPLICATIONMethods in org.la4j with parameters of type MatrixVectorOperation Modifier and Type Method Description abstract <T> TMatrix. 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> TColumnMajorSparseMatrix. apply(MatrixVectorOperation<T> operation, Vector that)<T> TDenseMatrix. apply(MatrixVectorOperation<T> operation, Vector that)<T> TRowMajorSparseMatrix. 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 classOoPlaceMatrixByVectorMultiplication
-