Template Numerical Library version\ main:bb09b17
|
Public Types | |
using | IndexType = Index |
Public Member Functions | |
template<std::size_t level> | |
__cuda_callable__ Index | getSize () const |
__cuda_callable__ Index | operator[] (Index level) const |
Returns the dynamic size along a specific axis. It is always equal to the static size. | |
Static Public Member Functions | |
static constexpr std::size_t | getDimension () |
template<std::size_t level> | |
static constexpr std::size_t | getStaticSize () |
static constexpr Index | getStaticSize (Index level) |
Returns the static size of a specific dimension identified by a runtime parameter level. | |