TSparseMtx::CValue Property

__declspec(property(get = GetCValue)) TSparseCValue2D*CValue;

Allows setting and getting complex values.

Read: TSparseCValue2D *GetCValue();
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