This is a port of the Eigen library for the VEX V5. It is a header-only library, so you can just include the headers in your project.
All credit for Eigen goes to the Eigen team. See their project page for more information
Note that only PROS is supported due to VEXCode using an ancient version of C++
- Download
Eigen@version.zip
from the latest release - Add the zip file to your project
- Run
pros c fetch Eigen@version.zip; pros c apply Eigen@version
in the PROS integrated terminal
Want a different version of Eigen? Let us know by opening an issue here