BertrandBev / eigen-js

⚡ Eigen-js is a port of the Eigen C++ linear algebra library
https://bertrandbev.github.io/eigen-js/#/
92 stars 15 forks source link

LU Solve Linear Systems #27

Closed aShuaizzz closed 2 years ago

aShuaizzz commented 2 years ago

It is hoped that LU's method for solving linear systems can be added

aShuaizzz commented 2 years ago

I have put this algorithm into WASM, thanks for the official example