Package org.ujmp.core.calculation
Class MinusMatrixSparseMatrix
- java.lang.Object
-
- org.ujmp.core.calculation.MinusMatrixSparseMatrix
-
- All Implemented Interfaces:
MinusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix>
class MinusMatrixSparseMatrix extends java.lang.Object implements MinusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix>
-
-
Constructor Summary
Constructors Constructor Description MinusMatrixSparseMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calc(SparseMatrix source1, SparseMatrix source2, SparseMatrix target)
-
-
-
Method Detail
-
calc
public final void calc(SparseMatrix source1, SparseMatrix source2, SparseMatrix target)
- Specified by:
calc
in interfaceMinusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix>
-
-