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