numeric
numeric copied to clipboard
Numerical analysis in Javascript
Last commit is back to 2012.
#### Hey, maintainer(s) of sloisel/numeric! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
Seems like the most simple test possible... am I missing something? ``` javascript numeric.uncmin(function(x){ return x[0]; },[10]) ``` ``` f: 9.000000000037858 solution: 9.000000000037858 message: "Line search step size smaller than...
I have a test case, where numeric.solveQP failes, but it is correct in the the original Alberto Santini's quadprog code. The D-matrix has ok eigen-values. But I guess it has...
``` numeric.sub([[]], [0]); ``` starts an infinite loop, using 100% CPU.
Now every pull request can be automatically tested against multiple node versions. In fact, tests are failing on node.js newer than 0.10.
svd.js code is based on Python SVD implementation which is licensed under GPL license: https://github.com/sloisel/numeric/blob/master/src/svd.js http://stitchpanorama.sourceforge.net/Python/svd.py Following GPL license terms numeric.js should be released under GPL license as well so...
This change makes it easier to comply with the terms of the Numeric JavaScript license when using compilers or minifiers.
When I try to calculate a eigenvalue matrix for an matrix beyond 5x5 I get an error. In the test the matrix is populated entirely by 1s. This is the...
to fix issue #52 [enhancement] Add missing bower.json now these library can be install using bower