report¶
- UMFControl.report()[source]¶
Print a report of the control structure to stdout.
This method provides more internal details from UMFPACK itself than the string representation.
Note
This method temporarily sets the print level to 2 (print all information) and restores the previous value afterwards, so the report will always show “print level: 2”. Use
UMFControl.print_levelorprint(UMFControl)to see the actual print level.