|
|
constexpr | vec (const T &x_) |
|
template<class U> |
| constexpr | vec (const vec< U, 1 > &v) |
|
constexpr const T & | operator[] (int) const |
|
LINALG_CONSTEXPR14 T & | operator[] (int) |
|
template<class U, class = detail::conv_t<vec, U>> |
| constexpr | vec (const U &u) |
|
template<class U, class = detail::conv_t<U, vec>> |
| constexpr | operator U () const |