Template Function brille::operator*(const std::array<R, 9>&, const L<T>&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “brille::operator*” with arguments (const std::array<R, 9>&, const L<T>&) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:

- template<class R, class T> Motion<R, T> operator*(const Motion<R, T> &a, const Motion<T, T> &b)
- template<class R, class T> Motion<R, T> operator*(const Motion<T, T> &a, const Motion<R, T> &b)
- template<class T, class R, template<class> class L, class S = std::common_type_t<T, R>> std::enable_if_t<(isLatVec<T, L> && std::is_floating_point<S>::value), L<S>> operator*(const std::array<R, 9> &m, const L<T> &a)