Начало работы
WASMatrix — библиотека матриц на TypeScript с AssemblyScript WebAssembly core. Буферы матриц остаются в WASM memory, используется f32 row-major storage, а WebAssembly SIMD обязателен.
This guide walks through the first things most users need:
- install the package
- create matrices
- run matrix, elementwise, and linear algebra operations
- read results back only when you need them
- understand when cached factorizations and lazy views help