UNPKG

@bluemath/linalg

Version:
17 lines (10 loc) 526 B
## @bluemath/linalg Linear Algebra submodule of BlueMath library [![NPM package](https://img.shields.io/npm/v/@bluemath/linalg.svg)](https://www.npmjs.com/package/@bluemath/linalg) It is implemented on top of LAPACK library compiled to Javascript using Emscripten. * Low level access to LAPACK routines (BLAS 1,2,3 and higher level LAPACK routines). * Higher level Linear Algebra API, e.g. solution of linear equation systems - solve, Least squares - lstsq, Decompositions - svd, qr, cholesky, Eigen value calculations)