TSparseMtx.AutoClearReport Property

Boolean AutoClearReport { get; set; }

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 Dew.Math.Units.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