Package org.ujmp.core.calculation
Class MtimesSparseMatrixBoth
java.lang.Object
org.ujmp.core.calculation.MtimesSparseMatrixBoth
- All Implemented Interfaces:
MtimesCalculation<SparseMatrix,
SparseMatrix, Matrix>
class MtimesSparseMatrixBoth
extends Object
implements MtimesCalculation<SparseMatrix,SparseMatrix,Matrix>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
calc
(SparseMatrix source1, SparseMatrix source2, Matrix target)
-
Constructor Details
-
MtimesSparseMatrixBoth
MtimesSparseMatrixBoth()
-
-
Method Details
-
calc
- Specified by:
calc
in interfaceMtimesCalculation<SparseMatrix,
SparseMatrix, Matrix>
-