Uses of Class
org.la4j.operation.VectorVectorOperation
-
Packages that use VectorVectorOperation Package Description org.la4j org.la4j.operation org.la4j.operation.ooplace org.la4j.vector -
-
Uses of VectorVectorOperation in org.la4j
Fields in org.la4j declared as VectorVectorOperation Modifier and Type Field Description static VectorVectorOperation<java.lang.Double>LinearAlgebra. OO_PLACE_INNER_PRODUCTstatic VectorVectorOperation<Matrix>LinearAlgebra. OO_PLACE_OUTER_PRODUCTstatic VectorVectorOperation<Vector>LinearAlgebra. OO_PLACE_VECTOR_HADAMARD_PRODUCTstatic VectorVectorOperation<Vector>LinearAlgebra. OO_PLACE_VECTORS_ADDITIONstatic VectorVectorOperation<Vector>LinearAlgebra. OO_PLACE_VECTORS_SUBTRACTIONMethods in org.la4j with parameters of type VectorVectorOperation Modifier and Type Method Description abstract <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.operation Modifier and Type Class Description classCommonVectorVectorOperation<R>classSymmetricVectorVectorOperation<R> -
Uses of VectorVectorOperation in org.la4j.operation.ooplace
Subclasses of VectorVectorOperation in org.la4j.operation.ooplace Modifier and Type Class Description classOoPlaceInnerProductclassOoPlaceOuterProductclassOoPlaceVectorHadamardProductclassOoPlaceVectorsAdditionclassOoPlaceVectorsSubtraction -
Uses of VectorVectorOperation in org.la4j.vector
Methods in org.la4j.vector with parameters of type VectorVectorOperation Modifier and Type Method Description <T> TDenseVector. apply(VectorVectorOperation<T> operation, Vector that)<T> TSparseVector. apply(VectorVectorOperation<T> operation, Vector that)
-