TSparseMtx::SValue Property

__declspec(property(get = GetSValue)) TSparseSValue2D*SValue;

Allows setting and getting single values.

Read: TSparseSValue2D *GetSValue();
Remarks:

This propertyis to be used to form a new sparse matrix only. See the TSparseMtx::TripletsToSparseAndFlush method, on how to use this property.

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