Trait ndarray_linalg::impls::eigh::ImplEigh
[−]
[src]
pub trait ImplEigh: Sized { fn eigh(
layout: Layout,
n: usize,
a: Vec<Self>
) -> Result<(Vec<Self>, Vec<Self>), LapackError>; }