TSparseMtx::SCValue Property

__declspec(property(get = GetSCValue)) TSparseSCValue2D*SCValue;

Allows setting and getting single complex values.

Read: TSparseSCValue2D *GetSCValue();
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