Trait lax::Rcond_[][src]

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

Required methods

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

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

Implementations on Foreign Types

Implementors