bandicoot

C++ library for GPU-accelerated linear algebra computations

brewmacoslinux
Try with needOr install directly
Source

About

C++ library for GPU accelerated linear algebra

Commands

bandicoot

Examples

Include Bandicoot headers in C++ code for GPU matrix operations$ #include <bandicoot> // Use in C++ source files
Compile C++ program with Bandicoot GPU linear algebra library$ g++ -o program program.cpp -lbandicoot -lcuda
Link against Bandicoot in CMake project configuration$ find_package(Bandicoot REQUIRED) in CMakeLists.txt