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 java.lang.Object implements MtimesCalculation<SparseMatrix,SparseMatrix,Matrix>
-
-
Constructor Summary
Constructors Constructor Description MtimesSparseMatrixBoth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calc(SparseMatrix source1, SparseMatrix source2, Matrix target)
-
-
-
Method Detail
-
calc
public final void calc(SparseMatrix source1, SparseMatrix source2, Matrix target)
- Specified by:
calc
in interfaceMtimesCalculation<SparseMatrix,SparseMatrix,Matrix>
-
-