Numerical analysis in Javascript
Stars
1.4k
Forks
172
Watchers
1.4k
Open Issues
69
Overall repository health assessment
No package.json found
This might not be a Node.js project
New workshop, small "strict mode" fixes, small linear programming improvement
8d378acView on GitHubsolveLP: bypass uncmin and embed Newton iteration
d031439View on GitHubInlining Newton iteration into solveLP is 5x faster than calling uncmin
f335f8eView on GitHubNew feature: linear programming (numeric.solveLP)
fd3831fView on GitHubIE can't solve to tolerance 1e-12 so I increased it to 1e-10
b435167View on GitHubLU tweaks/refactoring/testing and documentation fixes
3a5e724View on GitHub