Back to Sparse Direct Solver (SuperLU)
slu.core.getSolveHistory
Get the solve history.
Syntax
slu.core.getSolveHistory(limit?)
Description
Get the solve history. Returns a record of recent solve operations for debugging and performance analysis.
Parameters
| Name | Description |
|---|---|
| limit(optional) | - Maximum number of records to return |
Returns
SolveRecord[]