Trait modcholesky::GershgorinCircles[][src]

pub trait GershgorinCircles {
    fn gershgorin_circles(&self) -> Vec<(f64, f64)>;
}

Gershgorin circles

References

Required methods

fn gershgorin_circles(&self) -> Vec<(f64, f64)>[src]

Computes the Gershgorin Circles of a matrix

Loading content...

Implementations on Foreign Types

impl GershgorinCircles for Array2<f64>[src]

fn gershgorin_circles(&self) -> Vec<(f64, f64)>[src]

Computes the Gershgorin Circles of a matrix

Loading content...

Implementors

Loading content...