public abstract class CommonMatrixOperation<R> extends MatrixOperation<R>
| Constructor and Description |
|---|
CommonMatrixOperation() |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(ColumnMajorSparseMatrix a) |
R |
apply(DenseMatrix a) |
R |
apply(RowMajorSparseMatrix a) |
abstract R |
applyCommon(Matrix a) |
ensureApplicableTopublic R apply(DenseMatrix a)
apply in class MatrixOperation<R>public R apply(RowMajorSparseMatrix a)
apply in class MatrixOperation<R>public R apply(ColumnMajorSparseMatrix a)
apply in class MatrixOperation<R>Copyright © 2015. All rights reserved.