TSparseMtx::Cols Property

__declspec(property(get = GetCols, put = SetCols)) int Cols;

Number of columns in the sparse matrix.

Read: int GetCols();
Write: void SetCols(const int Value);
Remarks:

Defines number of columns in the sparse matrix. This value is needed only by the routines for matrix addition and multiplication to check the matrix sizes (which can be non-rectangular).

See Also: TSparseMtx::Rows
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler