@danielsimonjr/mathts-linalg
v0.1.2
Published
Standalone linear-algebra decompositions for MathTS (eigen, SVD, QR, LU, Cholesky, Schur, matrix functions), re-exported as a focused package
Downloads
350
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(+ WASMeigWasm,eigvalsWasm,spectralRadiusWasm). - 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.
