pub fn cholesky_inv(a: impl AsRef<Array>, upper: Option<bool>) -> Result<Array>
Expand description
Compute the inverse of a real symmetric positive semi-definite matrix using it’s Cholesky decomposition.
Please see the python documentation for more details.