public class OoPlaceVectorByMatrixMultiplication extends VectorMatrixOperation<Vector>
| Constructor and Description |
|---|
OoPlaceVectorByMatrixMultiplication() |
| Modifier and Type | Method and Description |
|---|---|
Vector |
apply(DenseVector a,
ColumnMajorSparseMatrix b) |
Vector |
apply(DenseVector a,
DenseMatrix b) |
Vector |
apply(DenseVector a,
RowMajorSparseMatrix b) |
Vector |
apply(SparseVector a,
ColumnMajorSparseMatrix b) |
Vector |
apply(SparseVector a,
DenseMatrix b) |
Vector |
apply(SparseVector a,
RowMajorSparseMatrix b) |
void |
ensureApplicableTo(Vector a,
Matrix b) |
partiallyApply, partiallyApplypublic Vector apply(SparseVector a, DenseMatrix b)
apply in class VectorMatrixOperation<Vector>public Vector apply(SparseVector a, RowMajorSparseMatrix b)
apply in class VectorMatrixOperation<Vector>public Vector apply(SparseVector a, ColumnMajorSparseMatrix b)
apply in class VectorMatrixOperation<Vector>public Vector apply(DenseVector a, DenseMatrix b)
apply in class VectorMatrixOperation<Vector>public Vector apply(DenseVector a, RowMajorSparseMatrix b)
apply in class VectorMatrixOperation<Vector>public Vector apply(DenseVector a, ColumnMajorSparseMatrix b)
apply in class VectorMatrixOperation<Vector>public void ensureApplicableTo(Vector a, Matrix b)
ensureApplicableTo in class VectorMatrixOperation<Vector>Copyright © 2015. All rights reserved.