SingularValueDecompositionRank Property

Computes the rank of the original matrix.

Definition

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public int Rank { get; }

Property Value

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