|
xtensor
|
Public Types | |
| using | size_type = T |
| using | self_type = xall<T> |
| Public Types inherited from xt::xslice< xall< T > > | |
| using | derived_type |
Public Member Functions | |
| xall (size_type size) noexcept | |
| template<std::convertible_to< T > S> | |
| operator xall< S > () const noexcept | |
| template<std::convertible_to< T > S> | |
| xall< S > | convert () const noexcept |
| size_type | operator() (size_type i) const noexcept |
| size_type | size () const noexcept |
| size_type | step_size () const noexcept |
| size_type | step_size (std::size_t i, std::size_t n=1) const noexcept |
| size_type | revert_index (std::size_t i) const noexcept |
| bool | contains (size_type i) const noexcept |
| bool | operator== (const self_type &rhs) const noexcept |
| bool | operator!= (const self_type &rhs) const noexcept |
| Public Member Functions inherited from xt::xslice< xall< T > > | |
| derived_type & | derived_cast () noexcept |
Additional Inherited Members | |
| Protected Member Functions inherited from xt::xslice< xall< T > > | |
| xslice & | operator= (const xslice &)=default |
Definition at line 181 of file xslice.hpp.
| using xt::xall< T >::self_type = xall<T> |
Definition at line 186 of file xslice.hpp.
| using xt::xall< T >::size_type = T |
Definition at line 185 of file xslice.hpp.
|
inlineexplicitnoexcept |
Definition at line 1141 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1191 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1155 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1148 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1203 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1161 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1197 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1185 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1167 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1173 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1179 of file xslice.hpp.