| 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 row, difference_type col) | stratax::container::Matrix< T > | inline |
| at(difference_type row, difference_type col) const | stratax::container::Matrix< 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 |
| cols() const noexcept | stratax::container::Matrix< T > | inline |
| const_iterator typedef | stratax::container::Matrix< T > | |
| const_pointer typedef | stratax::container::Matrix< T > | |
| const_reference typedef | stratax::container::Matrix< T > | |
| const_reverse_iterator typedef | stratax::container::Matrix< 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::Matrix< 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::Matrix< T > | |
| Matrix() | stratax::container::Matrix< T > | inline |
| Matrix(size_type rows, size_type cols) | stratax::container::Matrix< T > | inline |
| Matrix(size_type rows, size_type cols, const_reference value) | stratax::container::Matrix< T > | inline |
| Matrix(const core::Shape &shape) | stratax::container::Matrix< T > | inlineexplicit |
| Matrix(std::initializer_list< std::initializer_list< value_type > > list) | stratax::container::Matrix< T > | inline |
| 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 row, size_type col) | stratax::container::Matrix< T > | inline |
| operator()(size_type row, size_type col) const | stratax::container::Matrix< 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::Matrix< 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::Matrix< T > | |
| rend() noexcept | stratax::core::ArrayBase< T > | inline |
| rend() const noexcept | stratax::core::ArrayBase< T > | inline |
| reverse_iterator typedef | stratax::container::Matrix< T > | |
| rows() const noexcept | stratax::container::Matrix< T > | inline |
| shape() const noexcept | stratax::core::ArrayBase< T > | inline |
| size() const noexcept | stratax::core::ArrayBase< T > | inline |
| size_type typedef | stratax::container::Matrix< T > | |
| strides() const noexcept | stratax::core::ArrayBase< T > | inline |
| swap(Matrix &other) noexcept | stratax::container::Matrix< T > | inline |
| swap(Matrix &lhs, Matrix &rhs) noexcept | stratax::container::Matrix< T > | friend |
| stratax::core::ArrayBase::swap(ArrayBase &other) noexcept | stratax::core::ArrayBase< T > | inline |
| value_type typedef | stratax::container::Matrix< T > | |