cholesky function cholesky(S:LLT) -> Real[_,_] Cholesky factor of a matrix, . Returns: the lower-triangular factor . function cholesky(X:Real[_,_]) -> Real[_,_] Cholesky factor of a matrix, . Returns: the lower-triangular factor .