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