Back to Sparse Direct Solver (SuperLU)
slu.core.writeByte
Write a single byte to WASM memory.
Syntax
slu.core.writeByte(module, ptr, value)
Description
Write a single byte to WASM memory.
Parameters
| Name | Description |
|---|---|
| module | - SuperLU WASM module |
| ptr | - Pointer to write to |
| value | - Value to write |
Returns
void