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

Interested in contributing #7

Open lawsonfulton opened 3 years ago

lawsonfulton commented 3 years ago

Hey this looks like a great project! I have had a hard time finding something as powerful as Eigen for Javascript.

Do you have a list of features or roadmap you are working on?

BertrandBev commented 3 years ago

Thanks the the feedback! I don't really have much of a roadmap yet, besides maybe putting some work on the documentation, and adding typescript support down the line. Feel free to suggest what you think should be the next steps!

zy6p commented 2 years ago

This is a really great project. I would use it a lot.

Sometimes, the input and output of matrices seems to be a tedious process that requires nested for loops. Maybe using Float64Array is a good solution.