Package org.ujmp.core.calculation
Class TimesMatrixSparseMatrix
java.lang.Object
org.ujmp.core.calculation.TimesMatrixSparseMatrix
- All Implemented Interfaces:
TimesMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix>
class TimesMatrixSparseMatrix
extends Object
implements TimesMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
calc
(SparseMatrix source1, SparseMatrix source2, SparseMatrix target)
-
Constructor Details
-
TimesMatrixSparseMatrix
TimesMatrixSparseMatrix()
-
-
Method Details
-
calc
- Specified by:
calc
in interfaceTimesMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix>
-