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_PRODUCT
static VectorVectorOperation<Matrix>
LinearAlgebra. OO_PLACE_OUTER_PRODUCT
static VectorVectorOperation<Vector>
LinearAlgebra. OO_PLACE_VECTOR_HADAMARD_PRODUCT
static VectorVectorOperation<Vector>
LinearAlgebra. OO_PLACE_VECTORS_ADDITION
static VectorVectorOperation<Vector>
LinearAlgebra. OO_PLACE_VECTORS_SUBTRACTION
Methods in org.la4j with parameters of type VectorVectorOperation Modifier and Type Method Description abstract <T> T
Vector. 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 class
CommonVectorVectorOperation<R>
class
SymmetricVectorVectorOperation<R>
-
Uses of VectorVectorOperation in org.la4j.operation.ooplace
Subclasses of VectorVectorOperation in org.la4j.operation.ooplace Modifier and Type Class Description class
OoPlaceInnerProduct
class
OoPlaceOuterProduct
class
OoPlaceVectorHadamardProduct
class
OoPlaceVectorsAddition
class
OoPlaceVectorsSubtraction
-
Uses of VectorVectorOperation in org.la4j.vector
Methods in org.la4j.vector with parameters of type VectorVectorOperation Modifier and Type Method Description <T> T
DenseVector. apply(VectorVectorOperation<T> operation, Vector that)
<T> T
SparseVector. apply(VectorVectorOperation<T> operation, Vector that)
-