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