TSparseMtx::NonZeros Property

__declspec(property(get = GetNonZeros, put = SetLength)) int NonZeros;

Defines the number of non-zero elements in the sparse matrix.

Read: int GetNonZeros();
Write: void SetLength(const int Value);
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler