Trait ndarray_linalg::eigh::ImplEigh [] [src]

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

Required Methods

Implementors