This is the complete list of members for RTensor< V, C >, including all inherited members.
| begin() noexcept | RTensor< V, C > | inline |
| Container_t typedef | RTensor< V, C > | |
| Copy(MemoryLayout layout=MemoryLayout::RowMajor) const | RTensor< V, C > | inline |
| end() noexcept | RTensor< V, C > | inline |
| ExpandDims(int idx) const | RTensor< V, C > | inline |
| fContainer | RTensor< V, C > | private |
| fData | RTensor< V, C > | private |
| fLayout | RTensor< V, C > | private |
| fShape | RTensor< V, C > | private |
| fSize | RTensor< V, C > | private |
| fStrides | RTensor< V, C > | private |
| GetContainer() | RTensor< V, C > | inline |
| GetContainer() const | RTensor< V, C > | inline |
| GetData() | RTensor< V, C > | inline |
| GetData() const | RTensor< V, C > | inline |
| GetMemoryLayout() const | RTensor< V, C > | inline |
| GetShape() const | RTensor< V, C > | inline |
| GetSize() const | RTensor< V, C > | inline |
| GetStrides() const | RTensor< V, C > | inline |
| Index_t typedef | RTensor< V, C > | |
| IsOwner() const | RTensor< V, C > | inline |
| IsView() const | RTensor< V, C > | inline |
| operator()(const Index_t &idx) | RTensor< V, C > | inline |
| operator()(const Index_t &idx) const | RTensor< V, C > | inline |
| operator()(Idx... idx) | RTensor< V, C > | |
| operator()(Idx... idx) const | RTensor< V, C > | |
| Reshape(const Shape_t &shape) const | RTensor< V, C > | inline |
| ReshapeInplace(const Shape_t &shape) | RTensor< V, C > | inlineprotected |
| Resize(const Shape_t &shape) | RTensor< V, C > | inline |
| RTensor(Value_t *data, Shape_t shape, MemoryLayout layout=MemoryLayout::RowMajor) | RTensor< V, C > | inline |
| RTensor(Value_t *data, Shape_t shape, Shape_t strides, MemoryLayout layout=MemoryLayout::RowMajor) | RTensor< V, C > | inline |
| RTensor(std::shared_ptr< Container_t > container, Shape_t shape, MemoryLayout layout=MemoryLayout::RowMajor) | RTensor< V, C > | inline |
| RTensor(Shape_t shape, MemoryLayout layout=MemoryLayout::RowMajor) | RTensor< V, C > | inline |
| Shape_t typedef | RTensor< V, C > | |
| Slice(const Slice_t &slice) | RTensor< V, C > | inline |
| Slice_t typedef | RTensor< V, C > | |
| Squeeze() const | RTensor< V, C > | inline |
| Transpose() const | RTensor< V, C > | inline |
| Value_t typedef | RTensor< V, C > |