Gets the effective numerical rank of (A' B'), where Z' denotes the transpose of the matrix Z and A and B are the decomposed matrices.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int RankOfATranspose_BTranspose { get; }
Visual Basic (Declaration)
Public ReadOnly Property RankOfATranspose_BTranspose As Integer
Visual C++
public:
property int RankOfATranspose_BTranspose {
	int get ();
}

See Also