Gets the number of columns in the matrix represented by the factorization.

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

Syntax

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

See Also