type TMKL_Verbose_mode = ( SPARSE_VERBOSE_OFF = 70, SPARSE_VERBOSE_BASIC = 71, SPARSE_VERBOSE_EXTENDED = 72 );
If verbose mode activated, handle should collect and report profiling / optimization info
Values
| Name | Description |
|---|---|
| SPARSE_VERBOSE_BASIC | Provide detailed output information |
| SPARSE_VERBOSE_OFF | Output contains high-level information about optimization algorithms, issues, etc. |