TSparseMtx.AutoClearReport Property

property AutoClearReport: Boolean;

Defines if call to Solve will clear the report.

Returns: Boolean

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