Uses of Class
org.la4j.operation.VectorMatrixOperation
Packages that use VectorMatrixOperation
-
Uses of VectorMatrixOperation in org.la4j
Fields in org.la4j declared as VectorMatrixOperationModifier and TypeFieldDescriptionstatic final VectorMatrixOperation<Vector> LinearAlgebra.OO_PLACE_VECTOR_BY_MATRIX_MULTIPLICATIONMethods in org.la4j with parameters of type VectorMatrixOperationModifier and TypeMethodDescriptionabstract <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 -
Uses of VectorMatrixOperation in org.la4j.vector
Methods in org.la4j.vector with parameters of type VectorMatrixOperationModifier and TypeMethodDescription<T> TDenseVector.apply(VectorMatrixOperation<T> operation, Matrix that) <T> TSparseVector.apply(VectorMatrixOperation<T> operation, Matrix that)