Template Function brille::norm(const L<T>&)¶
Defined in File array_latvec.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “brille::norm” 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>, L<double>> norm(const L<T> &a)
- template<class T, template<class> class L> std::enable_if_t<isLatVec<T, L>, bArray<double>> norm(const L<T> &a)