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

slu.core.configureSuperLU

Configure SuperLU WASM module loading options.

Syntax

slu.core.configureSuperLU(config)

Description

Configure SuperLU WASM module loading options. Call this function BEFORE calling to customize where the WASM files are loaded from. This is useful for: - Loading from a CDN instead of bundled files - Using a custom-built WASM module - Deploying to environments with specific asset requirements **Important**: Configuration cannot be changed after the module starts loading. If you need to change configuration, call first.

Parameters

NameDescription
config- Configuration options specifying WASM file locations

Returns

void