Function cholesky

Source
pub fn cholesky(
    a: &mut f64,
    astep: size_t,
    m: i32,
    b: &mut f64,
    bstep: size_t,
    n: i32,
) -> Result<bool>
Expand description

proxy for hal::Cholesky