mgcpp
A C++ Math Library Based on CUDA
Namespaces | Functions
mean.hpp File Reference
#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/mean.tpp>
Include dependency graph for mean.hpp:

Go to the source code of this file.

Namespaces

 mgcpp
 
 mgcpp::strict
 

Functions

template<typename DenseVec , typename Type >
decltype(auto) mgcpp::strict::mean (dense_vector< DenseVec, Type > const &vec)
 
template<typename DenseMat , typename Type >
decltype(auto) mgcpp::strict::mean (dense_matrix< DenseMat, Type > const &mat)