Back to Sparse Direct Solver (SuperLU)
slu.core.checkSuperLUError
Check SuperLU return code and throw if error.
Syntax
slu.core.checkSuperLUError(info, routine)
Description
Check SuperLU return code and throw if error.
Parameters
| Name | Description |
|---|---|
| info | - Info code from SuperLU routine |
| routine | - Name of the routine |
Returns
void