themadcreator / luqr

LU, LDL, and QR Matrix Decomposer and Solver

Home Page:http://themadcreator.github.io/luqr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 luqr

or

bower install luqr

or

download minified javascript

About

LU, LDL, and QR Matrix Decomposer and Solver

http://themadcreator.github.io/luqr/

License:MIT License


Languages

Language:CoffeeScript 71.4%Language:CSS 28.2%Language:JavaScript 0.3%