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 | 26310.7 Ops/sec |
Numeric JS (uses LUsolve under the hood) | 22327.9 Ops/sec |
Numeric JS (LU Decomposed first) | 38483.8 Ops/sec |
math.js | 4313.2 Ops/sec |
math.js (LU Decomposed first) | 24513.7 Ops/sec |