## Linear Algebra
* Implemented on top of LAPACK library, compiled to Javascript using Emscripten.
* Solving of linear equation systems (LU decomposition, Least Square)
* Matrix decomposition operations (SVD, Cholesky, QR)
* Standard matrix properties (Rank, Determinant, Inverse)