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

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

Syntax

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

See Also