public abstract class SimpleMatrixMatrixOperation<R> extends MatrixMatrixOperation<R>
Constructor and Description |
---|
SimpleMatrixMatrixOperation() |
Modifier and Type | Method and Description |
---|---|
R |
apply(ColumnMajorSparseMatrix a,
ColumnMajorSparseMatrix b) |
R |
apply(ColumnMajorSparseMatrix a,
DenseMatrix b) |
R |
apply(DenseMatrix a,
ColumnMajorSparseMatrix b) |
R |
apply(DenseMatrix a,
RowMajorSparseMatrix b) |
R |
apply(RowMajorSparseMatrix a,
DenseMatrix b) |
R |
apply(RowMajorSparseMatrix a,
RowMajorSparseMatrix b) |
abstract R |
applySimple(DenseMatrix a,
SparseMatrix b) |
abstract R |
applySimple(SparseMatrix a,
DenseMatrix b) |
abstract R |
applySimple(SparseMatrix a,
SparseMatrix b) |
apply, apply, apply, ensureApplicableTo, partiallyApply, partiallyApply, partiallyApply
public R apply(DenseMatrix a, RowMajorSparseMatrix b)
apply
in class MatrixMatrixOperation<R>
public R apply(DenseMatrix a, ColumnMajorSparseMatrix b)
apply
in class MatrixMatrixOperation<R>
public R apply(RowMajorSparseMatrix a, DenseMatrix b)
apply
in class MatrixMatrixOperation<R>
public R apply(ColumnMajorSparseMatrix a, DenseMatrix b)
apply
in class MatrixMatrixOperation<R>
public R apply(RowMajorSparseMatrix a, RowMajorSparseMatrix b)
apply
in class MatrixMatrixOperation<R>
public R apply(ColumnMajorSparseMatrix a, ColumnMajorSparseMatrix b)
apply
in class MatrixMatrixOperation<R>
public abstract R applySimple(DenseMatrix a, SparseMatrix b)
public abstract R applySimple(SparseMatrix a, DenseMatrix b)
public abstract R applySimple(SparseMatrix a, SparseMatrix b)
Copyright © 2015. All rights reserved.