Back to Linear Algebra (Eigen)
eigen.core.viewWasmMemory
Create a view into WASM heap memory without copying.
Syntax
eigen.core.viewWasmMemory(ptr, size)
Description
Create a view into WASM heap memory without copying.
Parameters
| Name | Description |
|---|---|
| ptr | - Pointer to data in WASM memory |
| size | - Number of float64 elements |
Returns
Float64Array