Trait lax::Eig_[][src]

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

Wraps *geev for general matrices

Required methods

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

Calculate Right eigenvalue

Loading content...

Implementations on Foreign Types

impl Eig_ for c64[src]

impl Eig_ for c32[src]

impl Eig_ for f64[src]

impl Eig_ for f32[src]

Loading content...

Implementors

Loading content...