Click or drag to resize

SingularValueDecompositionDimension Property

Gets the number of singular values.

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

Property Value

Type: Int32
Remarks

For a square matrix, the number of singular values is equal to the dimension of the matrix. For a rectangular matrix with more rows than columns, the number of singular values is equal to the number of columns.

See Also