chol

Function chol 

Source
pub fn chol<T: Numeric<T>>(a: &Sprs<T>, s: &mut Symb) -> Result<Nmrc<T>, Error>
Expand description

L = chol (A, [Pinv parent cp]), Pinv is optional

See: schol(...)