[][src]Trait ndarray_linalg::lapack::eig::Eig_

pub trait Eig_: Scalar {
    unsafe fn eig(
        calc_v: bool,
        l: MatrixLayout,
        a: &mut [Self]
    ) -> Result<(Vec<Self::Complex>, Vec<Self::Complex>)>; }

Wraps *geev for real/complex

Required methods

unsafe fn eig(
    calc_v: bool,
    l: MatrixLayout,
    a: &mut [Self]
) -> Result<(Vec<Self::Complex>, Vec<Self::Complex>)>

Loading content...

Implementations on Foreign Types

impl Eig_ for f64[src]

impl Eig_ for f32[src]

Loading content...

Implementors

impl Eig_ for c32[src]

impl Eig_ for c64[src]

Loading content...