Hi and interesting project! Is `solve.py` the only python bottleneck? If I understand right, it is solving a linear system. It could be replaced with [commons-math](https://commons.apache.org/proper/commons-math/userguide/linear.html).
Hi and interesting project!
Is
solve.pythe only python bottleneck? If I understand right, it is solving a linear system.It could be replaced with commons-math.