Calling LAPACK functions using Eigen data structures, in C++.
09 Mar 2022This is a today I learned and released – I updated an existing example to call a LAPACK function, and use Eigen data structures (MatrixXd, etc.), and output the result.
For now, the minimal working example is at Github: amy-tabb/lapack-example. The README should get you going on Ubuntu.