.NET Matrix Library
Rank() Method
See Also  Send Feedback



Returns the matrix rank.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Rank() As Integer
Visual Basic (Usage)Copy Code
Dim instance As CSVD
Dim value As Integer
 
value = instance.Rank()
C# 
public int Rank()
C++/CLI 
public:
int Rank(); 

Return Value

An integer value representing the matrix rank.

Remarks

The matrix rank is defined as the number of its nonzero singular values.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library