Template Function brille::sum(const A<T>&, typename A<T>::ind_t)¶
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “brille::sum” with arguments (const A<T>&, typename A<T>::ind_t) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:
- template<class T, template<class> class A> std::enable_if_t<isBareArray<T, A>, A<T>> sum(const A<T> &a, typename A<T>::ind_t dim)
- template<class T, template<class> class A> std::enable_if_t<isLatVec<T, A>, A<T>> sum(const A<T> &a, typename A<T>::ind_t dim)