To improve the efficiency of matrix operations, MathJS could run some of these operations on the GPU instead of the CPU. This could be useful when adding, subtracting, or multiplying very large matrices.
Would it be possible to do this using a hardware acceleration library like GPU.js?