Class VectorVectorOperation<R>
java.lang.Object
org.la4j.operation.VectorVectorOperation<R>
- Direct Known Subclasses:
CommonVectorVectorOperation, OoPlaceOuterProduct, OoPlaceVectorsSubtraction, SymmetricVectorVectorOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Rapply(DenseVector a, DenseVector b) abstract Rapply(DenseVector a, SparseVector b) abstract Rapply(SparseVector a, DenseVector b) abstract Rapply(SparseVector a, SparseVector b) voidensureApplicableTo(Vector a, Vector b)
-
Constructor Details
-
VectorVectorOperation
public VectorVectorOperation()
-
-
Method Details
-
apply
-
apply
-
apply
-
apply
-
ensureApplicableTo
-
partiallyApply
-
partiallyApply
-