Package org.la4j.operation
Class VectorMatrixOperation<R>
java.lang.Object
org.la4j.operation.VectorMatrixOperation<R>
- Direct Known Subclasses:
OoPlaceVectorByMatrixMultiplication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract R
abstract R
apply
(DenseVector a, DenseMatrix b) abstract R
abstract R
abstract R
apply
(SparseVector a, DenseMatrix b) abstract R
void
ensureApplicableTo
(Vector a, Matrix b)
-
Constructor Details
-
VectorMatrixOperation
public VectorMatrixOperation()
-
-
Method Details
-
apply
-
apply
-
apply
-
apply
-
apply
-
apply
-
ensureApplicableTo
-
partiallyApply
-
partiallyApply
-