Docs/Sparse Direct Solver (SuperLU)/slu.core.getSuperLUModule
Back to Sparse Direct Solver (SuperLU)

slu.core.getSuperLUModule

Get the loaded SuperLU WASM module synchronously.

Syntax

slu.core.getSuperLUModule()

Description

Get the loaded SuperLU WASM module synchronously. Use this function when you know the module has already been loaded (i.e., after successfully awaiting ). This is useful in synchronous code paths where you can't use await. **Important**: This function throws if the module hasn't been loaded yet. Always ensure has completed before calling this.

Returns

SuperLUModule