![]() |
mgcpp
A C++ Math Library Based on CUDA
|
#include <mgcpp/matrix/dense_matrix.hpp>#include <mgcpp/matrix/device_matrix.hpp>#include <mgcpp/vector/dense_vector.hpp>#include <mgcpp/vector/device_vector.hpp>#include <cstdlib>#include <mgcpp/operations/sum.tpp>
Go to the source code of this file.
Namespaces | |
| mgcpp | |
| mgcpp::strict | |
Functions | |
| template<typename DeviceVec , typename Type > | |
| decltype(auto) | mgcpp::strict::sum (dense_vector< DeviceVec, Type > const &vec) |
| template<typename DenseMat , typename Type > | |
| decltype(auto) | mgcpp::strict::sum (dense_matrix< DenseMat, Type > const &mat) |
1.8.13