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_MULTIPLICATION
Methods in org.la4j with parameters of type VectorMatrixOperation Modifier and Type Method Description abstract <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 Modifier and Type Class Description class
OoPlaceVectorByMatrixMultiplication
-
Uses of VectorMatrixOperation in org.la4j.vector
Methods in org.la4j.vector with parameters of type VectorMatrixOperation Modifier and Type Method Description <T> T
DenseVector. apply(VectorMatrixOperation<T> operation, Matrix that)
<T> T
SparseVector. apply(VectorMatrixOperation<T> operation, Matrix that)
-