7 #ifndef _MGCPP_OPERATIONS_MEAN_HPP_ 8 #define _MGCPP_OPERATIONS_MEAN_HPP_ 19 template <
typename DenseVec,
typename Type>
20 inline decltype(
auto)
mean(dense_vector<DenseVec, Type> const& vec);
22 template <typename DenseMat, typename Type>
23 inline decltype(auto)
mean(dense_matrix<DenseMat, Type> const& mat);
27 #include <mgcpp/operations/mean.tpp> Definition: adapter_base.hpp:12
decltype(auto) mean(dense_vector< DenseVec, Type > const &vec)