Package | Description |
---|---|
cern.colt.matrix.tdouble.algo |
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D . |
Modifier and Type | Method and Description |
---|---|
DoubleMatrix2D |
DoubleSorting.sort(DoubleMatrix2D matrix,
DoubleMatrix1DComparator c)
Sorts the matrix rows according to the order induced by the specified
comparator.
|
Jump to the Parallel Colt Homepage