CADability dotNET
Indicates whether the matrix is full rank.

Namespace: CADability.LinearAlgebra
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool FullRank { get; }
Visual Basic
Public ReadOnly Property FullRank As Boolean
	Get
Visual C++
public:
property bool FullRank {
	bool get ();
}

Return Value

true if R, and hence A, has full rank.

See Also