TSparseMtx::AutoClearReport Property

__declspec(property(get = GetAutoClearReport, put = SetAutoClearReport)) bool AutoClearReport;

Defines if call to Solve will clear the report.

Read: bool GetAutoClearReport();
Write: void SetAutoClearReport(const bool Value);
Remarks:

If True, each consecutive call to Solve method will clear MtxVec.Report object. Report is a global class located in MtxVec unit. Be sure to reduce the level off reporting when solving large matrices, or the system will be busy just by printing reports.

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