|
Stratax
Scientific computing containers and operations
|
This is the complete list of members for stratax::core::Shape, including all inherited members.
| allow_zero | stratax::core::Shape | static |
| begin() noexcept | stratax::core::Shape | inline |
| begin() const noexcept | stratax::core::Shape | inline |
| elements() const | stratax::core::Shape | inline |
| empty() const noexcept | stratax::core::Shape | inline |
| end() noexcept | stratax::core::Shape | inline |
| end() const noexcept | stratax::core::Shape | inline |
| operator!=(const Shape &other) const noexcept | stratax::core::Shape | inline |
| operator()(std::size_t index) const | stratax::core::Shape | inline |
| operator==(const Shape &other) const noexcept | stratax::core::Shape | inline |
| rank() const | stratax::core::Shape | inline |
| Shape() noexcept=default | stratax::core::Shape | |
| Shape(Dims... dims) | stratax::core::Shape | inline |
| Shape(std::initializer_list< std::size_t > list, allow_zero_t allow_zero) | stratax::core::Shape | inline |
| Shape(const Buffer< std::size_t > &dims) | stratax::core::Shape | inline |
| Shape(const Buffer< std::size_t > &dims, allow_zero_t allow_zero) | stratax::core::Shape | inline |
| Shape(Buffer< std::size_t > &&dims) | stratax::core::Shape | inline |
| Shape(Buffer< std::size_t > &&dims, allow_zero_t allow_zero) | stratax::core::Shape | inline |
| swap(Shape &other) noexcept | stratax::core::Shape | inline |
| ~Shape()=default | stratax::core::Shape |