| 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 | 996859.6 Ops/sec |
| Numeric JS (uses LUsolve under the hood) | 430431.2 Ops/sec |
| Numeric JS (LU Decomposed first) | 611585.5 Ops/sec |
| math.js | 204102.0 Ops/sec |
| math.js (LU Decomposed first) | 385345.2 Ops/sec |