|
template<class E> |
self_type & | operator= (const xexpression< E > &e) |
|
template<class E> |
disable_xexpression< E, self_type > & | operator= (const E &e) |
|
template<class E> |
rebind_t< E > | build_functor_view (E &&e) const |
|
reference | at (Args... args) |
|
const_reference | at (Args... args) const |
|
disable_integral_t< S, reference > | operator[] (const S &index) |
|
reference | operator[] (std::initializer_list< I > index) |
|
reference | operator[] (size_type i) |
|
disable_integral_t< S, const_reference > | operator[] (const S &index) const |
|
const_reference | operator[] (std::initializer_list< I > index) const |
|
const_reference | operator[] (size_type i) const |
|
reference | back () |
| Returns a reference to the last element of the expression.
|
|
const_reference | back () const |
| Returns a constant reference to last the element of the expression.
|
|
reference | front () |
| Returns a reference to the first element of the expression.
|
|
const_reference | front () const |
| Returns a constant reference to first the element of the expression.
|
|
reference | periodic (Args... args) |
|
const_reference | periodic (Args... args) const |
|
reference | operator() (Args... args) |
|
const_reference | operator() (Args... args) const |
|
reference | unchecked (Args... args) |
|
const_reference | unchecked (Args... args) const |
|
reference | element (IT first, IT last) |
|
const_reference | element (IT first, IT last) const |
|
auto | data_element (size_type i) -> decltype(std::declval< FCT >()(std::declval< undecay_expression >().data_element(i))) |
|
auto | data_element (size_type i) const -> decltype(std::declval< FCT >()(std::declval< const undecay_expression >().data_element(i))) |
|
auto | flat (size_type i) -> decltype(std::declval< FCT >()(std::declval< undecay_expression >().flat(i))) |
|
auto | flat (size_type i) const -> decltype(std::declval< FCT >()(std::declval< const undecay_expression >().flat(i))) |
|
auto | load_simd (size_type i) const -> decltype(std::declval< FCT >().template proxy_simd_load< align, requested_type, N >(std::declval< undecay_expression >(), i)) |
|
auto | store_simd (size_type i, const simd &e) -> decltype(std::declval< FCT >() .template proxy_simd_store< align >(std::declval< undecay_expression >(), i, e)) |
|
broadcast_iterator< S, L > | begin (const S &shape) noexcept |
|
const_broadcast_iterator< S, L > | begin (const S &shape) const noexcept |
|
broadcast_iterator< S, L > | end (const S &shape) noexcept |
|
const_broadcast_iterator< S, L > | end (const S &shape) const noexcept |
|
const_broadcast_iterator< S, L > | cbegin (const S &shape) const noexcept |
|
const_broadcast_iterator< S, L > | cend (const S &shape) const noexcept |
|
reverse_broadcast_iterator< S, L > | rbegin (const S &shape) noexcept |
|
const_reverse_broadcast_iterator< S, L > | rbegin (const S &shape) const noexcept |
|
reverse_broadcast_iterator< S, L > | rend (const S &shape) noexcept |
|
const_reverse_broadcast_iterator< S, L > | rend (const S &shape) const noexcept |
|
const_reverse_broadcast_iterator< S, L > | crbegin (const S &shape) const noexcept |
|
const_reverse_broadcast_iterator< S, L > | crend (const S &shape) const noexcept |
|
stepper | stepper_begin (const S &shape) noexcept |
|
const_stepper | stepper_begin (const S &shape) const noexcept |
|
stepper | stepper_end (const S &shape, layout_type l) noexcept |
|
const_stepper | stepper_end (const S &shape, layout_type l) const noexcept |
|
reference | at (Args... args) |
|
const_reference | at (Args... args) const |
|
disable_integral_t< S, reference > | operator[] (const S &index) |
|
reference | operator[] (std::initializer_list< I > index) |
|
reference | operator[] (size_type i) |
|
disable_integral_t< S, const_reference > | operator[] (const S &index) const |
|
const_reference | operator[] (std::initializer_list< I > index) const |
|
const_reference | operator[] (size_type i) const |
|
reference | back () |
| Returns a reference to the last element of the expression.
|
|
const_reference | back () const |
| Returns a constant reference to last the element of the expression.
|
|
reference | front () |
| Returns a reference to the first element of the expression.
|
|
const_reference | front () const |
| Returns a constant reference to first the element of the expression.
|
|
reference | periodic (Args... args) |
|
const_reference | periodic (Args... args) const |
|
auto | operator() (Args... args) -> reference |
| Returns a reference to the element at the specified position in the expression.
|
|
auto | unchecked (Args... args) -> reference |
| Returns a reference to the element at the specified position in the expression.
|
|
auto | element (IT first, IT last) -> reference |
| Returns a reference to the element at the specified position in the expression.
|
|
auto | operator() (Args... args) const -> const_reference |
| Returns a constant reference to the element at the specified position in the expression.
|
|
auto | unchecked (Args... args) const -> const_reference |
| Returns a constant reference to the element at the specified position in the expression.
|
|
auto | element (IT first, IT last) const -> const_reference |
| Returns a constant reference to the element at the specified position in the expression.
|
|
auto | operator() (Args... args) -> reference |
| Returns a reference to the element at the specified position in the expression.
|
|
auto | operator() (Args... args) const -> const_reference |
| Returns a constant reference to the element at the specified position in the expression.
|
|
auto | unchecked (Args... args) -> reference |
| Returns a reference to the element at the specified position in the expression.
|
|
auto | unchecked (Args... args) const -> const_reference |
| Returns a constant reference to the element at the specified position in the expression.
|
|
auto | element (IT first, IT last) -> reference |
| Returns a reference to the element at the specified position in the expression.
|
|
auto | element (IT first, IT last) const -> const_reference |
| Returns a constant reference to the element at the specified position in the expression.
|
|
xexpression_type & | expression () noexcept |
| Returns a reference to the underlying expression of the view.
|
|
const xexpression_type & | expression () const noexcept |
| Returns a consttant reference to the underlying expression of the view.
|
|
auto | begin (const S &shape) noexcept -> broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the expression.
|
|
auto | end (const S &shape) noexcept -> broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the expression.
|
|
auto | begin (const S &shape) const noexcept -> const_broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the expression.
|
|
auto | end (const S &shape) const noexcept -> const_broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the expression.
|
|
auto | cbegin (const S &shape) const noexcept -> const_broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the expression.
|
|
auto | cend (const S &shape) const noexcept -> const_broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the expression.
|
|
auto | begin (const S &shape) noexcept -> broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the expression.
|
|
auto | begin (const S &shape) const noexcept -> const_broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the expression.
|
|
auto | end (const S &shape) noexcept -> broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the expression.
|
|
auto | end (const S &shape) const noexcept -> const_broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the expression.
|
|
auto | cbegin (const S &shape) const noexcept -> const_broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the expression.
|
|
auto | cend (const S &shape) const noexcept -> const_broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the expression.
|
|
auto | rbegin (const S &shape) noexcept -> reverse_broadcast_iterator< S, L > |
| Returns an iterator to the first element of the expression.
|
|
auto | rend (const S &shape) noexcept -> reverse_broadcast_iterator< S, L > |
| Returns an iterator to the element following the last element of the reversed expression.
|
|
auto | rbegin (const S &shape) const noexcept -> const_reverse_broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the reversed expression.
|
|
auto | rend (const S &) const noexcept -> const_reverse_broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the reversed expression.
|
|
auto | crbegin (const S &) const noexcept -> const_reverse_broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the reversed expression.
|
|
auto | crend (const S &shape) const noexcept -> const_reverse_broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the reversed expression.
|
|
auto | stepper_begin (const S &shape) noexcept -> stepper |
|
auto | stepper_end (const S &shape, layout_type l) noexcept -> stepper |
|
auto | stepper_begin (const S &shape) const noexcept -> const_stepper |
|
auto | stepper_end (const S &shape, layout_type l) const noexcept -> const_stepper |
|
auto | rbegin (const S &shape) noexcept -> reverse_broadcast_iterator< S, L > |
| Returns an iterator to the first element of the expression.
|
|
auto | rbegin (const S &shape) const noexcept -> const_reverse_broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the reversed expression.
|
|
auto | rend (const S &shape) noexcept -> reverse_broadcast_iterator< S, L > |
| Returns an iterator to the element following the last element of the reversed expression.
|
|
auto | rend (const S &) const noexcept -> const_reverse_broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the reversed expression.
|
|
auto | crbegin (const S &) const noexcept -> const_reverse_broadcast_iterator< S, L > |
| Returns a constant iterator to the first element of the reversed expression.
|
|
auto | crend (const S &shape) const noexcept -> const_reverse_broadcast_iterator< S, L > |
| Returns a constant iterator to the element following the last element of the reversed expression.
|
|
linear_iterator | linear_begin () noexcept |
|
const_linear_iterator | linear_begin () const noexcept |
|
linear_iterator | linear_end () noexcept |
|
const_linear_iterator | linear_end () const noexcept |
|
const_linear_iterator | linear_cbegin () const noexcept |
|
const_linear_iterator | linear_cend () const noexcept |
|
reverse_linear_iterator | linear_rbegin () noexcept |
|
const_reverse_linear_iterator | linear_rbegin () const noexcept |
|
reverse_linear_iterator | linear_rend () noexcept |
|
const_reverse_linear_iterator | linear_rend () const noexcept |
|
const_reverse_linear_iterator | linear_crbegin () const noexcept |
|
const_reverse_linear_iterator | linear_crend () const noexcept |
|
auto | stepper_begin (const S &shape) noexcept -> stepper |
|
auto | stepper_begin (const S &shape) const noexcept -> const_stepper |
|
auto | stepper_end (const S &shape, layout_type l) noexcept -> stepper |
|
auto | stepper_end (const S &shape, layout_type l) const noexcept -> const_stepper |
|
| xfunctor_applier_base (undecay_expression) noexcept |
| Constructs an xfunctor_applier_base expression wrappering the specified xt::xexpression.
|
|
| xfunctor_applier_base (Func &&, E &&) noexcept |
| Constructs an xfunctor_applier_base expression wrappering the specified xt::xexpression.
|
|
size_type | size () const noexcept |
| Returns the size of the expression.
|
|
const inner_shape_type & | shape () const noexcept |
| Returns the shape of the expression.
|
|
const inner_strides_type & | strides () const noexcept |
| Returns the strides of the expression.
|
|
const inner_backstrides_type & | backstrides () const noexcept |
| Returns the backstrides of the expression.
|
|
layout_type | layout () const noexcept |
| Returns the layout_type of the expression.
|
|
bool | is_contiguous () const noexcept |
|
bool | broadcast_shape (S &shape, bool reuse_cache=false) const |
| Broadcast the shape of the function to the specified parameter.
|
|
bool | has_linear_assign (const S &strides) const |
| Checks whether the xfunctor_applier_base can be linearly assigned to an expression with the specified strides.
|
|
auto | begin () noexcept |
| Returns an iterator to the first element of the expression.
|
|
auto | begin () const noexcept |
| Returns a constant iterator to the first element of the expression.
|
|
auto | end () noexcept |
| Returns an iterator to the element following the last element of the expression.
|
|
auto | end () const noexcept |
| Returns a constant iterator to the element following the last element of the expression.
|
|
auto | cbegin () const noexcept |
| Returns a constant iterator to the first element of the expression.
|
|
auto | cend () const noexcept |
| Returns a constant iterator to the element following the last element of the expression.
|
|
auto | rbegin () noexcept |
| Returns an iterator to the first element of the reversed expression.
|
|
auto | rbegin () const noexcept |
| Returns a constant iterator to the first element of the reversed expression.
|
|
auto | rend () noexcept |
| Returns an iterator to the element following the last element of the reversed expression.
|
|
auto | rend () const noexcept |
| Returns a constant iterator to the element following the last element of the reversed expression.
|
|
auto | crbegin () const noexcept |
| Returns a constant iterator to the first element of the reversed expression.
|
|
auto | crend () const noexcept |
| Returns a constant iterator to the element following the last element of the reversed expression.
|
|
derived_type & | assign_xexpression (const xexpression< E > &e) |
|
derived_type & | computed_assign (const xexpression< E > &e) |
|
derived_type & | scalar_computed_assign (const E &e, F &&f) |
|
auto | assign_xexpression (const xexpression< E > &e) -> derived_type & |
|
auto | computed_assign (const xexpression< E > &e) -> derived_type & |
|
auto | scalar_computed_assign (const E &e, F &&f) -> derived_type & |
|
auto | operator= (const xexpression< E > &rhs) -> derived_type & |
|
derived_type & | assign_temporary (temporary_type &&) |
| Assigns the temporary tmp to *this .
|
|
auto | assign_xexpression (const xexpression< E > &e) -> derived_type & |
|
auto | computed_assign (const xexpression< E > &e) -> derived_type & |
|
auto | scalar_computed_assign (const E &e, F &&f) -> derived_type & |
|
auto | operator= (const xexpression< E > &rhs) -> derived_type & |
|
disable_xexpression< E, derived_type & > | operator+= (const E &) |
|
derived_type & | operator+= (const xexpression< E > &) |
|
disable_xexpression< E, derived_type & > | operator-= (const E &) |
|
derived_type & | operator-= (const xexpression< E > &) |
|
disable_xexpression< E, derived_type & > | operator*= (const E &) |
|
derived_type & | operator*= (const xexpression< E > &) |
|
disable_xexpression< E, derived_type & > | operator/= (const E &) |
|
derived_type & | operator/= (const xexpression< E > &) |
|
disable_xexpression< E, derived_type & > | operator%= (const E &) |
|
derived_type & | operator%= (const xexpression< E > &) |
|
disable_xexpression< E, derived_type & > | operator&= (const E &) |
|
derived_type & | operator&= (const xexpression< E > &) |
|
disable_xexpression< E, derived_type & > | operator|= (const E &) |
|
derived_type & | operator|= (const xexpression< E > &) |
|
disable_xexpression< E, derived_type & > | operator^= (const E &) |
|
derived_type & | operator^= (const xexpression< E > &) |
|
derived_type & | assign (const xexpression< E > &) |
|
derived_type & | plus_assign (const xexpression< E > &) |
|
derived_type & | minus_assign (const xexpression< E > &) |
|
derived_type & | multiplies_assign (const xexpression< E > &) |
|
derived_type & | divides_assign (const xexpression< E > &) |
|
derived_type & | modulus_assign (const xexpression< E > &) |
|
derived_type & | bit_and_assign (const xexpression< E > &) |
|
derived_type & | bit_or_assign (const xexpression< E > &) |
|
derived_type & | bit_xor_assign (const xexpression< E > &) |
|
auto | operator+= (const E &e) -> disable_xexpression< E, derived_type & > |
| Adds the scalar e to *this .
|
|
auto | operator-= (const E &e) -> disable_xexpression< E, derived_type & > |
| Subtracts the scalar e from *this .
|
|
auto | operator*= (const E &e) -> disable_xexpression< E, derived_type & > |
| Multiplies *this with the scalar e .
|
|
auto | operator/= (const E &e) -> disable_xexpression< E, derived_type & > |
| Divides *this by the scalar e .
|
|
auto | operator%= (const E &e) -> disable_xexpression< E, derived_type & > |
| Computes the remainder of *this after division by the scalar e .
|
|
auto | operator&= (const E &e) -> disable_xexpression< E, derived_type & > |
| Computes the bitwise and of *this and the scalar e and assigns it to *this .
|
|
auto | operator|= (const E &e) -> disable_xexpression< E, derived_type & > |
| Computes the bitwise or of *this and the scalar e and assigns it to *this .
|
|
auto | operator^= (const E &e) -> disable_xexpression< E, derived_type & > |
| Computes the bitwise xor of *this and the scalar e and assigns it to *this .
|
|
auto | operator+= (const xexpression< E > &e) -> derived_type & |
| Adds the xexpression e to *this .
|
|
auto | operator-= (const xexpression< E > &e) -> derived_type & |
| Subtracts the xexpression e from *this .
|
|
auto | operator*= (const xexpression< E > &e) -> derived_type & |
| Multiplies *this with the xexpression e .
|
|
auto | operator/= (const xexpression< E > &e) -> derived_type & |
| Divides *this by the xexpression e .
|
|
auto | operator%= (const xexpression< E > &e) -> derived_type & |
| Computes the remainder of *this after division by the xexpression e .
|
|
auto | operator&= (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise and of *this and the xexpression e and assigns it to *this .
|
|
auto | operator|= (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise or of *this and the xexpression e and assigns it to *this .
|
|
auto | operator^= (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise xor of *this and the xexpression e and assigns it to *this .
|
|
auto | operator+= (const E &e) -> disable_xexpression< E, derived_type & > |
| Adds the scalar e to *this .
|
|
auto | operator+= (const xexpression< E > &e) -> derived_type & |
| Adds the xexpression e to *this .
|
|
auto | operator-= (const E &e) -> disable_xexpression< E, derived_type & > |
| Subtracts the scalar e from *this .
|
|
auto | operator-= (const xexpression< E > &e) -> derived_type & |
| Subtracts the xexpression e from *this .
|
|
auto | operator*= (const E &e) -> disable_xexpression< E, derived_type & > |
| Multiplies *this with the scalar e .
|
|
auto | operator*= (const xexpression< E > &e) -> derived_type & |
| Multiplies *this with the xexpression e .
|
|
auto | operator/= (const E &e) -> disable_xexpression< E, derived_type & > |
| Divides *this by the scalar e .
|
|
auto | operator/= (const xexpression< E > &e) -> derived_type & |
| Divides *this by the xexpression e .
|
|
auto | operator%= (const E &e) -> disable_xexpression< E, derived_type & > |
| Computes the remainder of *this after division by the scalar e .
|
|
auto | operator%= (const xexpression< E > &e) -> derived_type & |
| Computes the remainder of *this after division by the xexpression e .
|
|
auto | operator&= (const E &e) -> disable_xexpression< E, derived_type & > |
| Computes the bitwise and of *this and the scalar e and assigns it to *this .
|
|
auto | operator&= (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise and of *this and the xexpression e and assigns it to *this .
|
|
auto | operator|= (const E &e) -> disable_xexpression< E, derived_type & > |
| Computes the bitwise or of *this and the scalar e and assigns it to *this .
|
|
auto | operator|= (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise or of *this and the xexpression e and assigns it to *this .
|
|
auto | operator^= (const E &e) -> disable_xexpression< E, derived_type & > |
| Computes the bitwise xor of *this and the scalar e and assigns it to *this .
|
|
auto | operator^= (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise xor of *this and the xexpression e and assigns it to *this .
|
|
auto | assign (const xexpression< E > &e) -> derived_type & |
| Assigns the xexpression e to *this .
|
|
auto | plus_assign (const xexpression< E > &e) -> derived_type & |
| Adds the xexpression e to *this .
|
|
auto | minus_assign (const xexpression< E > &e) -> derived_type & |
| Subtracts the xexpression e to *this .
|
|
auto | multiplies_assign (const xexpression< E > &e) -> derived_type & |
| Multiplies *this with the xexpression e .
|
|
auto | divides_assign (const xexpression< E > &e) -> derived_type & |
| Divides *this by the xexpression e .
|
|
auto | modulus_assign (const xexpression< E > &e) -> derived_type & |
| Computes the remainder of *this after division by the xexpression e .
|
|
auto | bit_and_assign (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise and of e to *this .
|
|
auto | bit_or_assign (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise or of e to *this .
|
|
auto | bit_xor_assign (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise xor of e to *this .
|
|
auto | operator= (const xexpression< E > &e) -> derived_type & |
|
auto | assign (const xexpression< E > &e) -> derived_type & |
| Assigns the xexpression e to *this .
|
|
auto | plus_assign (const xexpression< E > &e) -> derived_type & |
| Adds the xexpression e to *this .
|
|
auto | minus_assign (const xexpression< E > &e) -> derived_type & |
| Subtracts the xexpression e to *this .
|
|
auto | multiplies_assign (const xexpression< E > &e) -> derived_type & |
| Multiplies *this with the xexpression e .
|
|
auto | divides_assign (const xexpression< E > &e) -> derived_type & |
| Divides *this by the xexpression e .
|
|
auto | modulus_assign (const xexpression< E > &e) -> derived_type & |
| Computes the remainder of *this after division by the xexpression e .
|
|
auto | bit_and_assign (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise and of e to *this .
|
|
auto | bit_or_assign (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise or of e to *this .
|
|
auto | bit_xor_assign (const xexpression< E > &e) -> derived_type & |
| Computes the bitwise xor of e to *this .
|
|
auto | operator= (const xexpression< E > &e) -> derived_type & |
|