Test case name | Result |
---|---|
jStat | |
Numeric JS (uses LUsolve under the hood) | |
Numeric JS (LU Decomposed first) | |
math.js | |
math.js (LU Decomposed first) |
Test name | Executions per second |
---|---|
jStat | 1078603.6 Ops/sec |
Numeric JS (uses LUsolve under the hood) | 517916.7 Ops/sec |
Numeric JS (LU Decomposed first) | 691801.1 Ops/sec |
math.js | 289517.1 Ops/sec |
math.js (LU Decomposed first) | 487596.0 Ops/sec |