Package org.ujmp.core.calculation
Class TransposeSparseMatrix
- java.lang.Object
-
- org.ujmp.core.calculation.TransposeSparseMatrix
-
- All Implemented Interfaces:
TransposeCalculation<SparseMatrix,SparseMatrix>
class TransposeSparseMatrix extends java.lang.Object implements TransposeCalculation<SparseMatrix,SparseMatrix>
-
-
Constructor Summary
Constructors Constructor Description TransposeSparseMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calc(SparseMatrix source, SparseMatrix target)
-
-
-
Method Detail
-
calc
public final void calc(SparseMatrix source, SparseMatrix target)
- Specified by:
calc
in interfaceTransposeCalculation<SparseMatrix,SparseMatrix>
-
-