|
| constexpr | ScalarVector ()=default |
| |
| | ScalarVector (const ScalarVector &)=delete |
| |
| | ScalarVector (ScalarVector &&)=delete |
| |
| constexpr | GenericVector ()=default |
| |
| | GenericVector (const GenericVector &)=delete |
| |
| | GenericVector (GenericVector &&)=delete |
| |
| GenericVector & | operator= (GenericVector &&rhs)=delete |
| |
| constexpr const T & | operator[] (unsigned iDim) const any_platform |
| |
| constexpr T & | operator[] (unsigned iDim) any_platform |
| |
| template<typename IMPL_ > |
| constexpr IMPL & | operator= (const GenericVector< T, D, IMPL_ > &rhs) any_platform |
| |
| template<typename U , typename IMPL_ > |
| constexpr IMPL & | operator+= (const GenericVector< U, D, IMPL_ > &rhs) any_platform |
| |
| template<typename IMPL_ > |
| constexpr IMPL & | operator-= (const GenericVector< T, D, IMPL_ > &rhs) any_platform |
| |
| template<typename U , typename IMPL_ > |
| constexpr IMPL & | operator*= (const GenericVector< U, D, IMPL_ > &rhs) any_platform |
| |
| template<typename U > |
| constexpr meta::enable_if_arithmetic_t< U, IMPL & > | operator+= (const U &rhs) any_platform |
| |
| template<typename U > |
| constexpr meta::enable_if_arithmetic_t< U, IMPL & > | operator-= (const U &rhs) any_platform |
| |
| template<typename U > |
| constexpr meta::enable_if_arithmetic_t< U, IMPL & > | operator*= (const U &rhs) any_platform |
| |
| template<typename U > |
| constexpr meta::enable_if_arithmetic_t< U, IMPL & > | operator/= (const U &rhs) any_platform |
| |
| template<typename IMPL_ > |
| constexpr bool | operator== (const GenericVector< T, D, IMPL_ > &rhs) const any_platform |
| |
| template<typename IMPL_ > |
| constexpr bool | operator!= (const GenericVector< T, D, IMPL_ > &rhs) const any_platform |
| |
| constexpr bool | operator!= (T rhs) const any_platform |
| |
template<typename T, unsigned D, typename IMPL>
struct olb::ScalarVector< T, D, IMPL >
Vector of scalars.
Definition at line 43 of file scalarVector.h.