Back to Sparse Direct Solver (SuperLU)
slu.core.getSuperLUConfig
Get the current SuperLU loading configuration.
Syntax
slu.core.getSuperLUConfig()
Description
Get the current SuperLU loading configuration. Returns a readonly copy of the current configuration. Useful for: - Debugging loading issues - Verifying configuration was applied correctly - Logging the WASM URLs being used
Returns
Readonly<SuperLULoadConfig>