Calling LAPACK functions using Eigen data structures, in C++.

c-plus-plus eigen lapack matrix-operations

This 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.

© Amy Tabb 2018 - 2023. All rights reserved. The contents of this site reflect my personal perspectives and not those of any other entity.