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