cond property

double cond

Returns the condition, the ratio of largest to smallest singular value of this Matrix.

Implementation

double get cond => singularValueDecomposition(computeVectors: false).cond;