Back to Sparse Direct Solver (SuperLU)
slu.core.setWorkspaceSize
Set the global workspace size limit.
Syntax
slu.core.setWorkspaceSize(bytes)
Description
Set the global workspace size limit. This sets a soft limit on the workspace that SuperLU can use. The actual behavior depends on the SuperLU implementation.
Parameters
| Name | Description |
|---|---|
| bytes | - Maximum workspace size in bytes (0 for unlimited) |
Returns
void