pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
23 stars 13 forks source link

Add Eigen3 #58

Closed KorigamiK closed 1 year ago

KorigamiK commented 1 year ago

Eigen3 is an awesome C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

It is fully inline so there should not be any static or shared libraries required to link.

I would love to know how you would go about linking this one in a cmakelists.txt :D

KorigamiK commented 1 year ago

I've created a minimal working example to test that it works :)

sharkwouter commented 1 year ago

Thanks! I'll give this a test and do a review.

KorigamiK commented 1 year ago

Thanks for the changes, I can't test them at the moment but please change them as you desire.

sharkwouter commented 1 year ago

Done, should work now. I build your example and it seemed to work.