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_MULTIPLICATIONMethods in org.la4j with parameters of type MatrixVectorOperationModifier and TypeMethodDescriptionabstract <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 MatrixVectorOperationModifier and TypeMethodDescription<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