|
| | FieldPtr (ColumnVector< Column< T >, D > &columns, std::size_t index) |
| |
| | FieldPtr (FieldPtr< T, D > &&rhs) |
| |
| const Pack< T > * | getComponentPointer (unsigned iDim) const |
| |
| Pack< T > * | getComponentPointer (unsigned iDim) |
| |
| template<typename U , typename IMPL > |
| FieldPtr< T, D > & | operator= (const GenericVector< U, D, IMPL > &rhs) |
| |
| 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 FieldPtr< T, D > & | operator= (const GenericVector< T, D, IMPL_ > &rhs) any_platform |
| |
| constexpr const T & | operator[] (unsigned iDim) const any_platform |
| |
| constexpr T & | operator[] (unsigned iDim) any_platform |
| |
| constexpr FieldPtr< T, D > & | operator+= (const GenericVector< U, D, IMPL_ > &rhs) any_platform |
| |
| constexpr meta::enable_if_arithmetic_t< U, FieldPtr< T, D > & > | operator+= (const U &rhs) any_platform |
| |
| constexpr FieldPtr< T, D > & | operator-= (const GenericVector< T, D, IMPL_ > &rhs) any_platform |
| |
| constexpr meta::enable_if_arithmetic_t< U, FieldPtr< T, D > & > | operator-= (const U &rhs) any_platform |
| |
| constexpr FieldPtr< T, D > & | operator*= (const GenericVector< U, D, IMPL_ > &rhs) any_platform |
| |
| constexpr meta::enable_if_arithmetic_t< U, FieldPtr< T, D > & > | operator*= (const U &rhs) any_platform |
| |
| constexpr meta::enable_if_arithmetic_t< U, FieldPtr< T, D > & > | operator/= (const U &rhs) any_platform |
| |
| constexpr bool | operator== (const GenericVector< T, D, IMPL_ > &rhs) const any_platform |
| |
| 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>
class olb::cpu::simd::FieldPtr< T, D >
SIMD-specific pointer to a pack of rows of a D-dimensional field.
Definition at line 57 of file operator.h.