SingularValueDecompositionExtension<T extends num> extension

on

Properties

cond double
Returns the condition, the ratio of largest to smallest singular value of this Matrix.
no setter
nullity int
Calculates the nullity of the matrix.
no setter
rank int
Gets the rank, the effective numerical rank of this Matrix.
no setter
singularValue → SingularValueDecomposition
Gets the singular value decomposition of this Matrix.
no setter

Methods

singularValueDecomposition({bool computeVectors = true}) → SingularValueDecomposition
Gets the singular value decomposition of this Matrix.