sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.23k stars 619 forks source link

Using Sparse Matrix Solvers to Improve Efficiency? #917

Open H-Dynamite opened 6 months ago

H-Dynamite commented 6 months ago

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