Back to Sparse Direct Solver (SuperLU)
slu.core.readFloats
Read floats from WASM memory.
Syntax
slu.core.readFloats(module, ptr, length)
Description
Read floats from WASM memory.
Parameters
| Name | Description |
|---|---|
| module | - SuperLU WASM module |
| ptr | - Pointer to read from |
| length | - Number of elements to read |
Returns
Float32Array