eigen@3

C++ template library for linear algebra computations

brewmacoslinux
Try with needOr install directly
Source

About

C++ template library for linear algebra

Commands

eigen

Examples

Include Eigen headers in C++ project for matrix operations$ g++ -I$(brew --prefix eigen@3)/include/eigen3 myprogram.cpp -o myprogram
Find Eigen installation path for CMake configuration$ brew --prefix eigen@3
Verify Eigen version installed$ brew info eigen@3