LU, LDL, and QR Matrix Decomposer and Solver
npm install luqrThis 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.
~~~
npm install luqr
~~~
or
~~~
bower install luqr
~~~
or