Function rgsl::linear_algebra::pcholesky_svx2[][src]

pub fn pcholesky_svx2(
    LDLT: &MatrixF64,
    p: &Permutation,
    S: &VectorF64,
    x: &mut VectorF64
) -> Value
This is supported on crate feature v2_2 only.