Uses of Class
cern.colt.matrix.linalg.CholeskyDecomposition
-
Packages that use CholeskyDecomposition Package Description cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2D
andDoubleMatrix1D
. -
-
Uses of CholeskyDecomposition in cern.colt.matrix.linalg
Methods in cern.colt.matrix.linalg that return CholeskyDecomposition Modifier and Type Method Description private CholeskyDecomposition
Algebra. chol(DoubleMatrix2D matrix)
Constructs and returns the cholesky-decomposition of the given matrix.
-