Back to Sparse Direct Solver (SuperLU)
slu.core.readValues
Read values based on data type.
Syntax
slu.core.readValues(module, ptr, length, dtype)
Description
Read values based on data type.
Parameters
| Name | Description |
|---|---|
| module | - SuperLU WASM module |
| ptr | - Pointer to read from |
| length | - Number of elements |
| dtype | - Data type |
Returns
Float64Array | Float32Array