blaze

High-performance C++ math library for dense and sparse arithmetic

brewmacoslinux
Try with needOr install directly
Source

About

High-performance C++ math library for dense and sparse arithmetic

Examples

include blaze headers in C++ project$ brew list blaze
check blaze library installation path$ brew --prefix blaze
verify blaze version installed$ brew info blaze
link blaze library for compiler$ cat $(brew --prefix blaze)/include/blaze/Blaze.h
view blaze documentation and examples$ open $(brew --prefix blaze)/share/doc/blaze/index.html