ensmallen

Flexible C++ library for efficient mathematical optimization

brewmacoslinux
Try with needOr install directly
Source

About

Flexible C++ library for efficient mathematical optimization

Commands

ensmallen

Examples

Access ensmallen header files and documentation for C++ projects$ brew info ensmallen
Include ensmallen in a C++ project by linking against the library$ g++ -I$(brew --prefix ensmallen)/include myprogram.cpp -o myprogram
Verify ensmallen installation and check version information$ brew list ensmallen