Template Function brille::abs(const T)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “brille::abs” with arguments (const T) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:

- template<class T, template<class> class L> std::enable_if_t<isBareArray<T, L>, L<T>> abs(const L<T> &a)
- template<class T, template<class> class L> std::enable_if_t<isLatVec<T, L>, L<T>> abs(const L<T> &a)
- template<typename T> std::enable_if_t<!std::is_unsigned_v<T>, T> abs(const T x)
- template<typename T> std::enable_if_t<std::is_unsigned_v<T>, T> abs(const T x)