Package org.ujmp.core.calculation
Class TransposeDenseDoubleMatrix2D
java.lang.Object
org.ujmp.core.calculation.TransposeDenseDoubleMatrix2D
- All Implemented Interfaces:
TransposeCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D>
class TransposeDenseDoubleMatrix2D
extends Object
implements TransposeCalculation<DenseDoubleMatrix2D,DenseDoubleMatrix2D>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate final void
calc
(double[][] source, double[][] target) private final void
calc
(int rows, int cols, double[] source, double[] target) final void
calc
(DenseDoubleMatrix2D source, DenseDoubleMatrix2D target)
-
Constructor Details
-
TransposeDenseDoubleMatrix2D
TransposeDenseDoubleMatrix2D()
-
-
Method Details
-
calc
- Specified by:
calc
in interfaceTransposeCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D>
-
calc
private final void calc(double[][] source, double[][] target) -
calc
private final void calc(int rows, int cols, double[] source, double[] target)
-