Trait ndarray_linalg::cholesky::ImplCholesky [] [src]

pub trait ImplCholesky: Sized {
    fn cholesky(layout: Layout,
            n: usize,
            a: Vec<Self>)
            -> Result<Vec<Self>, LapackError>; }

Required Methods

Implementors