xtl

C++ template library for numerical computing and data analysis

brewmacoslinux
Try with needOr install directly
Source

About

X template library

Commands

xtl

Examples

Include xtl headers in C++ projects for template metaprogramming$ c++ -I$(brew --prefix xtl)/include myprogram.cpp -o myprogram
Use xtl as a dependency in CMake-based projects$ cmake -DCMAKE_PREFIX_PATH=$(brew --prefix xtl) ..
Verify xtl installation and locate header files$ ls $(brew --prefix xtl)/include/xtl