Back to Sparse Direct Solver (SuperLU)
slu.core.isSuperLULoading
Check if the SuperLU WASM module is currently loading.
Syntax
slu.core.isSuperLULoading()
Description
Check if the SuperLU WASM module is currently loading. Returns `true` if has been called but hasn't completed yet. Useful for showing loading indicators or preventing duplicate load attempts.
Returns
boolean