itpp

C++ library for math, signal processing, and communications

brewmacoslinux
Try with needOr install directly
Source

About

Library of math, signal, and communication classes and functions

Commands

itpp

Examples

Link against itpp library in C++ compilation$ g++ -o program program.cpp `pkg-config --cflags --libs itpp`
Check itpp library version and configuration$ pkg-config --modversion itpp
Verify itpp installation and get compiler flags$ pkg-config --cflags --libs itpp