@danielsimonjr/mathts-linalg
v0.1.20
Published
Standalone linear-algebra decompositions for MathTS (eigen, SVD, QR, LU, Cholesky, Schur, matrix functions), re-exported as a focused package
Maintainers
Readme
@danielsimonjr/mathts-linalg
Standalone linear-algebra decompositions for MathTS.
A focused entry point over the decomposition operations in
@danielsimonjr/mathts-matrix.
The implementation is re-exported, not duplicated.
Install
npm install @danielsimonjr/mathts-linalgWhat it exports
- Eigen:
eig,eigvals,powerIteration(+ asynceigWasm,eigvalsWasm,spectralRadiusWasm, which now delegate to JS — the WASM eig kernels were retired 2026-07 as a scalar pessimization). - SVD:
svd,singularValues,pinv,lowRankApprox,cond,norm2,normFro(+svdWasm). - Factorizations:
qr,lu,cholesky,matrixSchur,matrixPinv. - Matrix functions:
matrixExpm,matrixLogm,matrixSqrtm. - Result/option types:
EigResult,SVDResult,QRResult,LUResult,CholeskyResult,SchurResult, etc.
License
MIT (c) Daniel Simon Jr.
