Skip to content

LemLib/Eigen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Eigen@version.zip from the latest release
  2. Add the zip file to your project
  3. Run pros c fetch Eigen@version.zip; 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