circuitjs1 icon indicating copy to clipboard operation
circuitjs1 copied to clipboard

Using Sparse Matrix LU to Decompose and Solve Equations

Open H-Dynamite opened this issue 2 years ago • 1 comments

The use of sparse matrices can greatly improve simulation speed. This sparse matrix and sparse matrix LU decomposition are extracted from the EJML project and can be compatible with the GWT project. We hope to merge them into the project and make a contribution to open source development。

H-Dynamite avatar Dec 23 '23 07:12 H-Dynamite

Linking to pull request:

https://github.com/SEVA77/circuitjs1/pull/17

pfalstad avatar Nov 29 '24 20:11 pfalstad