Trait ndarray_linalg::cholesky::CholeskyMut
[−]
pub trait CholeskyMut {
fn cholesky_mut(&mut self, _: UPLO) -> Result<&mut Self>;
}Cholesky decomposition of mutable reference of matrix