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 Cholesky
DenseMatrix. cholesky()
Returns the Cholesky decomposition.default Cholesky
DenseMatrix. cholesky(boolean inPlace)
Returns the Cholesky decomposition.Cholesky
JMatrix. cholesky()
Cholesky decomposition for symmetric and positive definite matrix.Cholesky
QR. CholeskyOfAtA()
Returns the Cholesky decomposition of A'A.Cholesky
SVD. CholeskyOfAtA()
Returns the Cholesky decomposition of A'A.
-