| ArrayBase(const Shape &shape) | stratax::core::ArrayBase< T > | inlineexplicitprotected |
| ArrayBase(const Shape &shape, const_reference value) | stratax::core::ArrayBase< T > | inlineprotected |
| ArrayBase(const Shape &shape, Buffer< value_type > &&buffer) | stratax::core::ArrayBase< T > | inlineprotected |
| at(difference_type first, Rest... rest) | stratax::container::Tensor< T > | inline |
| at(difference_type first, Rest... rest) const | stratax::container::Tensor< T > | inline |
| at(const std::vector< difference_type > &raw_indices) | stratax::container::Tensor< T > | inline |
| at(const std::vector< difference_type > &raw_indices) const | stratax::container::Tensor< T > | inline |
| stratax::core::ArrayBase::at(difference_type index) | stratax::core::ArrayBase< T > | inline |
| stratax::core::ArrayBase::at(difference_type index) const | stratax::core::ArrayBase< T > | inline |
| back() | stratax::core::ArrayBase< T > | inline |
| back() const | stratax::core::ArrayBase< T > | inline |
| begin() noexcept | stratax::core::ArrayBase< T > | inline |
| begin() const noexcept | stratax::core::ArrayBase< T > | inline |
| cbegin() const noexcept | stratax::core::ArrayBase< T > | inline |
| cend() const noexcept | stratax::core::ArrayBase< T > | inline |
| const_iterator typedef | stratax::container::Tensor< T > | |
| const_pointer typedef | stratax::container::Tensor< T > | |
| const_reference typedef | stratax::container::Tensor< T > | |
| const_reverse_iterator typedef | stratax::container::Tensor< T > | |
| crbegin() const noexcept | stratax::core::ArrayBase< T > | inline |
| crend() const noexcept | stratax::core::ArrayBase< T > | inline |
| data() noexcept | stratax::core::ArrayBase< T > | inline |
| data() const noexcept | stratax::core::ArrayBase< T > | inline |
| difference_type typedef | stratax::container::Tensor< T > | |
| dtype() noexcept | stratax::core::ArrayBase< T > | inlinestatic |
| empty() const noexcept | stratax::core::ArrayBase< T > | inline |
| end() noexcept | stratax::core::ArrayBase< T > | inline |
| end() const noexcept | stratax::core::ArrayBase< T > | inline |
| fill(const_reference value) | stratax::core::ArrayBase< T > | inline |
| front() | stratax::core::ArrayBase< T > | inline |
| front() const | stratax::core::ArrayBase< T > | inline |
| iterator typedef | stratax::container::Tensor< T > | |
| normalized_flat_offset(const IndexContainer &raw_indices, const char *rank_mismatch_message="Multi-index rank must match array rank.", const char *component_oob_message=nullptr) const | stratax::core::ArrayBase< T > | inlineprotected |
| operator()(size_type first, Rest... rest) | stratax::container::Tensor< T > | inline |
| operator()(size_type first, Rest... rest) const | stratax::container::Tensor< T > | inline |
| operator()(const std::vector< size_type > &indices) | stratax::container::Tensor< T > | inline |
| operator()(const std::vector< size_type > &indices) const | stratax::container::Tensor< T > | inline |
| operator[](size_type index) noexcept | stratax::core::ArrayBase< T > | inline |
| operator[](size_type index) const noexcept | stratax::core::ArrayBase< T > | inline |
| pointer typedef | stratax::container::Tensor< T > | |
| rank() const noexcept | stratax::core::ArrayBase< T > | inline |
| rbegin() noexcept | stratax::core::ArrayBase< T > | inline |
| rbegin() const noexcept | stratax::core::ArrayBase< T > | inline |
| reference typedef | stratax::container::Tensor< T > | |
| rend() noexcept | stratax::core::ArrayBase< T > | inline |
| rend() const noexcept | stratax::core::ArrayBase< T > | inline |
| reverse_iterator typedef | stratax::container::Tensor< T > | |
| shape() const noexcept | stratax::core::ArrayBase< T > | inline |
| size() const noexcept | stratax::core::ArrayBase< T > | inline |
| size_type typedef | stratax::container::Tensor< T > | |
| strides() const noexcept | stratax::core::ArrayBase< T > | inline |
| swap(Tensor &other) noexcept | stratax::container::Tensor< T > | inline |
| swap(Tensor &lhs, Tensor &rhs) noexcept | stratax::container::Tensor< T > | friend |
| stratax::core::ArrayBase::swap(ArrayBase &other) noexcept | stratax::core::ArrayBase< T > | inline |
| Tensor() | stratax::container::Tensor< T > | inline |
| Tensor(const core::Shape &shape) | stratax::container::Tensor< T > | inlineexplicit |
| Tensor(const core::Shape &shape, const_reference value) | stratax::container::Tensor< T > | inline |
| value_type typedef | stratax::container::Tensor< T > | |