sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Sparse Matrix Solvers to Improve Efficiency?

H-Dynamite opened this issue · comments

The use of sparse matrix solvers can greatly improve efficiency. There are many sparse matrix solvers in Java, such as the EJML library, but they may not be used in GWT projects. Do we have plans to use sparse matrix solvers. Or what ideas do you have. I can try to modify the code