|
xtensor
|
Public Types | |
| using | size_type = T |
| using | self_type = xrange<T> |
| Public Types inherited from xt::xslice< xrange< T > > | |
| using | derived_type |
Public Member Functions | |
| xrange (size_type start_val, size_type stop_val) noexcept | |
| template<std::convertible_to< T > S> | |
| operator xrange< S > () const noexcept | |
| template<std::convertible_to< T > S> | |
| xrange< 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< xrange< T > > | |
| derived_type & | derived_cast () noexcept |
Additional Inherited Members | |
| Protected Member Functions inherited from xt::xslice< xrange< T > > | |
| xslice & | operator= (const xslice &)=default |
Definition at line 92 of file xslice.hpp.
| using xt::xrange< T >::self_type = xrange<T> |
Definition at line 97 of file xslice.hpp.
| using xt::xrange< T >::size_type = T |
Definition at line 96 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 980 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1034 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 998 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 988 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1046 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1004 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1040 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1028 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1010 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1016 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1022 of file xslice.hpp.
|
friend |
Definition at line 128 of file xslice.hpp.