Trait lax::Eig_

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

Wraps *geev for general matrices

Required Methods

Calculate Right eigenvalue

Implementations on Foreign Types

Implementors