@danielsimonjr/mathts-matrix 0.1.8 → 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 +1 -1
- package/dist/chunk-HT4ZF3LN.js +886 -0
- package/dist/{eig-A5GJGSJJ.js → eig-G72TLEBA.js} +1 -1
- package/dist/index.d.ts +42 -337
- package/dist/index.js +192 -1190
- package/dist/wasm/mathts-as.wasm +0 -0
- package/dist/wasm/wasm-manifest.json +1 -1
- package/package.json +61 -61
- package/dist/chunk-VCPLE6ED.js +0 -473
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 (
|
|
55
|
+
- [x] WASM backend (AssemblyScript)
|
|
56
56
|
- [x] GPU backend (WebGPU)
|
|
57
57
|
- [x] SVD decomposition
|
|
58
58
|
- [x] Eigenvalue solvers
|