@danielsimonjr/mathts-matrix 0.1.7 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -52,7 +52,7 @@ This package is under active development. Currently implemented:
52
52
  - [x] Dense matrix structure
53
53
  - [x] Sparse matrix (CSR) structure
54
54
  - [x] Matrix operations (add, multiply, transpose, etc.)
55
- - [x] WASM backend (Rust primary, AssemblyScript legacy)
55
+ - [x] WASM backend (AssemblyScript)
56
56
  - [x] GPU backend (WebGPU)
57
57
  - [x] SVD decomposition
58
58
  - [x] Eigenvalue solvers