Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 808 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 808 Bytes

Eigen Port for the VEX V5

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.

Credit

All credit for Eigen goes to the Eigen team. See their project page for more information

Installation

Note that only PROS is supported due to VEXCode using an ancient version of C++

  1. Download [email protected] from the latest release
  2. Add the zip file to your project
  3. Run pros c fetch [email protected]; pros c apply Eigen@version in the PROS integrated terminal

Additional Versions

Want a different version of Eigen? Let us know by opening an issue here