Uses of Class
org.la4j.operation.VectorMatrixOperation
-
Packages that use VectorMatrixOperation Package Description org.la4j org.la4j.operation.ooplace org.la4j.vector -
-
Uses of VectorMatrixOperation in org.la4j
Fields in org.la4j declared as VectorMatrixOperation Modifier and Type Field Description static VectorMatrixOperation<Vector>LinearAlgebra. OO_PLACE_VECTOR_BY_MATRIX_MULTIPLICATIONMethods in org.la4j with parameters of type VectorMatrixOperation Modifier and Type Method Description abstract <T> TVector. apply(VectorMatrixOperation<T> operation, Matrix that)Pipes this vector to a givenoperation. -
Uses of VectorMatrixOperation in org.la4j.operation.ooplace
Subclasses of VectorMatrixOperation in org.la4j.operation.ooplace Modifier and Type Class Description classOoPlaceVectorByMatrixMultiplication -
Uses of VectorMatrixOperation in org.la4j.vector
Methods in org.la4j.vector with parameters of type VectorMatrixOperation Modifier and Type Method Description <T> TDenseVector. apply(VectorMatrixOperation<T> operation, Matrix that)<T> TSparseVector. apply(VectorMatrixOperation<T> operation, Matrix that)
-