Trait lax::Rcond_[][src]

pub trait Rcond_: Scalar + Sized {
    fn rcond(
        l: MatrixLayout,
        a: &[Self],
        anorm: Self::Real
    ) -> Result<Self::Real>; }

Required methods

fn rcond(l: MatrixLayout, a: &[Self], anorm: Self::Real) -> Result<Self::Real>[src]

Estimates the the reciprocal of the condition number of the matrix in 1-norm.

anorm should be the 1-norm of the matrix a.

Loading content...

Implementations on Foreign Types

impl Rcond_ for f32[src]

impl Rcond_ for f64[src]

impl Rcond_ for c32[src]

impl Rcond_ for c64[src]

Loading content...

Implementors

Loading content...