Package org.ujmp.core.calculation
Class DivideMatrixSparseMatrix
- java.lang.Object
-
- org.ujmp.core.calculation.DivideMatrixSparseMatrix
-
- All Implemented Interfaces:
DivideMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix>
class DivideMatrixSparseMatrix extends java.lang.Object implements DivideMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix>
-
-
Constructor Summary
Constructors Constructor Description DivideMatrixSparseMatrix()
-
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 interfaceDivideMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix>
-
-