li-near
Version:
An easy-to-use nodejs linear algebra library using lapack for good performance.
10 lines (6 loc) • 317 B
JavaScript
// author li.qi@outlook.com
// 20160907
// nodejs linearalgebra library using Lapack. Inspired by https://github.com/NaturalNode/node-lapack
// currently it works only with win64, to migrate to other systems, fill the LIBRARY object in li-near/linear.js
var li = require('./li-near/li-near');
module.exports = li;