Package Exports
- luqr
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (luqr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Matrix Decomposer and Solver
This javascript library decomposes a matrix A using LU, LDL, or QR decomposition and solves linear matrix equations such as A * x = b.
100% unit test coverage for correctness and compatibility. No outside dependencies.
For more, please visit the website for documentation.
Installation
npm install luqror
bower install luqror