TReportLevel Enumeration

Header: Dew.Math/sparse.h · Cross-compiler

enum class TReportLevel : unsigned int;

The detail of the report generated by TSparseMtx::Solve method.

Note:
Used only by UMFPack solver.

Values

NameDescription
prlAllInclude full report.
prlBasic
prlComplete
prlErrorsOnlyInclude only errors in the report.
prlExtensive
prlNoneLeave everything out of report.