Package org.ujmp.core.calculation
Interface MtimesCalculation<Source1,Source2,Target>
-
- All Known Implementing Classes:
Mtimes
,MtimesDenseDoubleMatrix2D
,MtimesDenseMatrix
,MtimesDenseMatrix2D
,MtimesMatrix
,MtimesSparseMatrix1
,MtimesSparseMatrix2
,MtimesSparseMatrixBoth
public interface MtimesCalculation<Source1,Source2,Target>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
calc(Source1 source1, Source2 source2, Target target)
-