Searched defs:array_get (Results 1 – 3 of 3) sorted by relevance
50 template<std::size_t I, class T> constexpr inline T& array_get(std::vector<T>& a) { ret… in array_get() function51 template<std::size_t I, class T> constexpr inline T&& array_get(std::vector<T>&& a) { ret… in array_get() function52 template<std::size_t I, class T> constexpr inline T const& array_get(std::vector<T> const& a) { ret… in array_get() function
195 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& array_get(array<T,N>& a) { in array_get() function199 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& array_get(const array<T,N>& a) { in array_get() function
30 function array_get(array_idx, array_member, \ function