Matrix::Capacity Property

__declspec(property(get = GetCapacity, put = SetCapacity)) long long Capacity;

Sizing the object will not allocate less than Capacity samples.

Read: long long GetCapacity() const;
Write: void SetCapacity(const long long value) const;
Remarks:

To free memory allocated before, first set Capacity to 0. In case of complex numbers the size is half here specified.

Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler