Package org.la4j.operation
Class CommonMatrixOperation<R>
- java.lang.Object
-
- org.la4j.operation.MatrixOperation<R>
-
- org.la4j.operation.CommonMatrixOperation<R>
-
public abstract class CommonMatrixOperation<R> extends MatrixOperation<R>
-
-
Constructor Summary
Constructors Constructor Description CommonMatrixOperation()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Rapply(ColumnMajorSparseMatrix a)Rapply(DenseMatrix a)Rapply(RowMajorSparseMatrix a)abstract RapplyCommon(Matrix a)-
Methods inherited from class org.la4j.operation.MatrixOperation
ensureApplicableTo
-
-
-
-
Method Detail
-
apply
public R apply(DenseMatrix a)
- Specified by:
applyin classMatrixOperation<R>
-
apply
public R apply(RowMajorSparseMatrix a)
- Specified by:
applyin classMatrixOperation<R>
-
apply
public R apply(ColumnMajorSparseMatrix a)
- Specified by:
applyin classMatrixOperation<R>
-
-