OxfordRSE / template-project-cpp

An template C++ project using CMake for build configuration and Catch/TravisCI for automated testing
Other
25 stars 8 forks source link

Add Eigen support? #16

Open fcooper8472 opened 6 years ago

fcooper8472 commented 6 years ago

@martinjrobins what do you think about adding in something from Eigen?

Another very short function that, perhaps, accepts an Eigen matrix and returns the largest (in magnitude) eigenvalue? Or some other trivial wrapping of some existing Eigen functionality, just to provide a minimal example?

martinjrobins commented 6 years ago

Happy with this, did you want to add it?