Template Function brille::cross(const L<T>&, const L<R>&)¶
Defined in File array_latvec.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “brille::cross” with arguments (const L<T>&, const L<R>&) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:
- template<class T, class R, template<class> class L> std::enable_if_t<bareArrays<T, L, R, L>, L<double>> cross(const L<T> &a, const L<R> &b)
- template<class T, class R, template<class> class L> std::enable_if_t<bothLatVecs<T, L, R, L>, L<double>> cross(const L<T> &a, const L<R> &b)