![]() |
Domi
Multi-dimensional, distributed data structures
|
This is the complete list of members for Domi::MDArrayView< T >, including all inherited members.
| arrayView() const | Domi::MDArrayView< T > | inline |
| arrayViewConst() const | Domi::MDArrayView< T > | inline |
| assign(const T &value) | Domi::MDArrayView< T > | |
| at(dim_type i,...) | Domi::MDArrayView< T > | |
| at(dim_type i,...) const | Domi::MDArrayView< T > | |
| begin() | Domi::MDArrayView< T > | |
| begin() const | Domi::MDArrayView< T > | |
| cbegin() const | Domi::MDArrayView< T > | |
| cend() const | Domi::MDArrayView< T > | |
| const_iterator typedef (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | |
| const_pointer typedef | Domi::MDArrayView< T > | |
| const_reference typedef | Domi::MDArrayView< T > | |
| const_reverse_iterator typedef (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | |
| contiguous() const | Domi::MDArrayView< T > | inline |
| crbegin() const | Domi::MDArrayView< T > | |
| crend() const | Domi::MDArrayView< T > | |
| dimension(int axis) const | Domi::MDArrayView< T > | inline |
| dimensions() const | Domi::MDArrayView< T > | inline |
| end() | Domi::MDArrayView< T > | |
| end() const | Domi::MDArrayView< T > | |
| getConst() const | Domi::MDArrayView< T > | |
| getRawPtr() const | Domi::MDArrayView< T > | inline |
| getRawPtr() | Domi::MDArrayView< T > | inline |
| hasBoundsChecking() | Domi::MDArrayView< T > | inlinestatic |
| iterator typedef (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | |
| layout() const | Domi::MDArrayView< T > | inline |
| MDArrayView(Teuchos::ENull null_arg=Teuchos::null) | Domi::MDArrayView< T > | |
| MDArrayView(const Teuchos::ArrayView< T > &array, const Teuchos::ArrayView< dim_type > &dims, const Layout layout=DEFAULT_ORDER) | Domi::MDArrayView< T > | |
| MDArrayView(const Teuchos::ArrayView< T > &array, const Teuchos::Array< dim_type > &dims, const Teuchos::Array< size_type > &strides, const Layout layout=DEFAULT_ORDER) | Domi::MDArrayView< T > | |
| MDArrayView(const MDArrayView< T > &array) | Domi::MDArrayView< T > | |
| MDArrayView(const MDArrayView< T > &parent, int axis, dim_type index) (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | |
| MDArrayView(const MDArrayView< T > &parent, int axis, Slice slice) (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | |
| MDIterator< MDArrayView< const T > > (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | friend |
| MDIterator< MDArrayView< T > > (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | friend |
| MDRevIterator< MDArrayView< const T > > (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | friend |
| MDRevIterator< MDArrayView< T > > (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | friend |
| numDims() const | Domi::MDArrayView< T > | inline |
| operator!=(const MDArrayView< T2 > &a1, const MDArrayView< T2 > &a2) | Domi::MDArrayView< T > | friend |
| operator!=(const MDArrayView< T > &a1, const MDArray< T > &a2) | Domi::MDArrayView< T > | related |
| operator!=(const MDArrayView< T > &a1, const MDArrayView< T > &a2) | Domi::MDArrayView< T > | related |
| operator()(dim_type i) | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j) | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j, dim_type k) | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j, dim_type k, dim_type m) | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j, dim_type k, dim_type m, dim_type n) | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j, dim_type k, dim_type m, dim_type n, dim_type p,...) | Domi::MDArrayView< T > | inline |
| operator()(dim_type i) const | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j) const | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j, dim_type k) const | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j, dim_type k, dim_type m) const | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j, dim_type k, dim_type m, dim_type n) const | Domi::MDArrayView< T > | inline |
| operator()(dim_type i, dim_type j, dim_type k, dim_type m, dim_type n, dim_type p,...) const | Domi::MDArrayView< T > | inline |
| operator<<(std::ostream &os, const MDArrayView< T2 > &a) | Domi::MDArrayView< T > | friend |
| operator=(const MDArrayView< T > &array) | Domi::MDArrayView< T > | |
| operator==(const MDArrayView< T2 > &a1, const MDArrayView< T2 > &a2) | Domi::MDArrayView< T > | friend |
| operator==(const MDArray< T > &a1, const MDArrayView< T > &a2) | Domi::MDArrayView< T > | related |
| operator==(const MDArrayView< T > &a1, const MDArray< T > &a2) | Domi::MDArrayView< T > | related |
| operator==(const MDArrayView< T > &a1, const MDArrayView< T > &a2) | Domi::MDArrayView< T > | related |
| operator[](dim_type i) | Domi::MDArrayView< T > | |
| operator[](dim_type i) const | Domi::MDArrayView< T > | |
| operator[](Slice s) | Domi::MDArrayView< T > | |
| operator[](Slice s) const | Domi::MDArrayView< T > | |
| pointer typedef | Domi::MDArrayView< T > | |
| rbegin() | Domi::MDArrayView< T > | |
| reference typedef | Domi::MDArrayView< T > | |
| rend() | Domi::MDArrayView< T > | |
| reverse_iterator typedef (defined in Domi::MDArrayView< T >) | Domi::MDArrayView< T > | |
| size() const | Domi::MDArrayView< T > | inline |
| strides() const | Domi::MDArrayView< T > | inline |
| swap(MDArrayView< T2 > &a1, MDArrayView< T2 > &a2) | Domi::MDArrayView< T > | friend |
| toString() const | Domi::MDArrayView< T > | |
| value_type typedef | Domi::MDArrayView< T > | |
| ~MDArrayView() | Domi::MDArrayView< T > |
1.8.5