lapack
node-lapack ===========
node-lapack ===========
High-performance libraries for node.
This is a partial port from CLAPACK
An easy-to-use nodejs linear algebra library using lapack for good performance.
LAPACK routines.
Base (i.e., lower-level) LAPACK routines.
Copy all or part of a matrix A to another matrix B.
Perform a series of row interchanges on an input matrix.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.