norm2 property

double norm2

Returns the two norm: The maximum singular value of this Matrix.

Implementation

double get norm2 => singularValue.norm2;