singularValue property

SingularValueDecomposition singularValue

Gets the singular value decomposition of this Matrix.

Implementation

SingularValueDecomposition get singularValue =>
    singularValueDecomposition(computeVectors: true);