Click or drag to resize

SingularValueDecompositionRank Property

Computes the rank of the original matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public int Rank { get; }

Property Value

Type: Int32
Remarks

The rank of a matrix is the dimension of the space of input vectors which produce non-zero output vectors upon multiplication by the original matrix.

Since this operation depends on identifying zero singular values, the result will depend on the value of the Tolerance property.

See Also