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 | 2358601.8 Ops/sec |
Numeric JS (uses LUsolve under the hood) | 930884.4 Ops/sec |
Numeric JS (LU Decomposed first) | 1385989.8 Ops/sec |
math.js | 464471.1 Ops/sec |
math.js (LU Decomposed first) | 839937.2 Ops/sec |