Uses of Class
smile.math.matrix.Cholesky
-
Packages that use Cholesky Package Description smile.math.matrix -
-
Uses of Cholesky in smile.math.matrix
Methods in smile.math.matrix that return Cholesky Modifier and Type Method Description CholeskyDenseMatrix. cholesky()Returns the Cholesky decomposition.default CholeskyDenseMatrix. cholesky(boolean inPlace)Returns the Cholesky decomposition.CholeskyJMatrix. cholesky()Cholesky decomposition for symmetric and positive definite matrix.CholeskyQR. CholeskyOfAtA()Returns the Cholesky decomposition of A'A.CholeskySVD. CholeskyOfAtA()Returns the Cholesky decomposition of A'A.
-