Template Function brille::operator-(const L<T>&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “brille::operator-” with arguments (const L<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> && !std::is_unsigned_v<T>), L<T>> operator-(const L<T> &a)
- template<class T, template<class> class L> std::enable_if_t<isLatVec<T, L>, L<T>> operator-(const L<T> &a)