Package | Description |
---|---|
cern.colt.matrix.tdouble.algo |
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D . |
Modifier and Type | Method and Description |
---|---|
SparseDoubleQRDecomposition |
SparseDoubleAlgebra.qr(DoubleMatrix2D matrix,
int order)
Constructs and returns the QR-decomposition of the given matrix.
|
Jump to the Parallel Colt Homepage