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_MULTIPLICATION
Methods in org.la4j with parameters of type VectorMatrixOperationModifier and TypeMethodDescriptionabstract <T> T
Vector.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> T
DenseVector.apply
(VectorMatrixOperation<T> operation, Matrix that) <T> T
SparseVector.apply
(VectorMatrixOperation<T> operation, Matrix that)