Uses of Class
org.la4j.operation.VectorVectorOperation
Packages that use VectorVectorOperation
-
Uses of VectorVectorOperation in org.la4j
Fields in org.la4j declared as VectorVectorOperationModifier and TypeFieldDescriptionstatic final VectorVectorOperation<Double> LinearAlgebra.OO_PLACE_INNER_PRODUCTstatic final VectorVectorOperation<Matrix> LinearAlgebra.OO_PLACE_OUTER_PRODUCTstatic final VectorVectorOperation<Vector> LinearAlgebra.OO_PLACE_VECTOR_HADAMARD_PRODUCTstatic final VectorVectorOperation<Vector> LinearAlgebra.OO_PLACE_VECTORS_ADDITIONstatic final VectorVectorOperation<Vector> LinearAlgebra.OO_PLACE_VECTORS_SUBTRACTIONMethods in org.la4j with parameters of type VectorVectorOperationModifier and TypeMethodDescriptionabstract <T> TVector.apply(VectorVectorOperation<T> operation, Vector that) Pipes this vector to a givenoperation. -
Uses of VectorVectorOperation in org.la4j.operation
Subclasses of VectorVectorOperation in org.la4j.operationModifier and TypeClassDescriptionclassclass -
Uses of VectorVectorOperation in org.la4j.operation.ooplace
Subclasses of VectorVectorOperation in org.la4j.operation.ooplaceModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of VectorVectorOperation in org.la4j.vector
Methods in org.la4j.vector with parameters of type VectorVectorOperationModifier and TypeMethodDescription<T> TDenseVector.apply(VectorVectorOperation<T> operation, Vector that) <T> TSparseVector.apply(VectorVectorOperation<T> operation, Vector that)