TSparseMtx::ReportLevel Property

__declspec(property(get = GetReportLevel, put = SetReportLevel)) TReportLevel ReportLevel;

Defines how detailed report will be printed.

Read: TReportLevel GetReportLevel();
Write: void SetReportLevel(const TReportLevel Value);
Remarks:

Defines how detailed report will be printed. Be careful not to set it to prlAll for larger sparse matrices, because then all non-zero elements of the sparse matrix will be printed to Report cllass, a global TStringList object located in unit. The report is generated by Umfpack and can be very extensive, including everything from time needed to solve the system and number of flops to details about the path to the solution and many other useful parameters. Reports are generated only by TSparseMtx::Solve method.

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