C++ library for GPU-accelerated linear algebra computations
C++ library for GPU accelerated linear algebra
bandicoot$ #include <bandicoot> // Use in C++ source files$ g++ -o program program.cpp -lbandicoot -lcuda$ find_package(Bandicoot REQUIRED) in CMakeLists.txt