singularValue property

SingularValueDecomposition get singularValue

Gets the singular value decomposition of this Matrix.

Implementation

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