Template Function brille::dot(const L1<T>&, const L2<R>&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “brille::dot” with arguments (const L1<T>&, const L2<R>&) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:

- template<class T, class R, template<class> class A> std::enable_if_t<bareArrays<T, A, R, A>, A<double>> dot(const A<T> &a, const A<R> &b)
- template<class T, class R, template<class> class L1, template<class> class L2> std::enable_if_t<bothLatVecs<T, L1, R, L2>, bArray<double>> dot(const L1<T> &a, const L2<R> &b)