Skip to content

class tensor_subscript<T, Derived, std::integer_sequence<index_t, Dims...>> tensor

template <typename T, typename Derived, index_t... Dims>
struct tensor_subscript<T, Derived, std::integer_sequence<index_t, Dims...>> { … }

variable dims

constexpr static inline size_t dims = sizeof...(Dims)

Defined at base/tensor.hpp:83

typedef reference

using reference       = T&

Defined at base/tensor.hpp:85

typedef const_reference

using const_reference = const T&

Defined at base/tensor.hpp:86

function operator()(type_for<index_t, Dims>...)

reference KFR_MEM_INTRINSIC operator()(type_for<index_t, Dims>... idx) const

Defined at base/tensor.hpp:88

Defined at base/tensor.hpp:81