Domi
Multi-dimensional, distributed data structures
|
Domi | |
InvalidArgument | Invalid argument exception type |
RangeError | Range Error exception type |
SubcommunicatorError | Subcommunicator Error exception type |
MapOrdinalError | Map Ordinal Error exception type |
MDMapError | MDMap Error exception type |
MDMapNoncontiguousError | MDMap Error exception type |
TypeError | Type Error exception type |
BoundsError | Bounds Error exception type |
MDArray | Memory-safe templated multi-dimensional array class |
MDArrayRCP | Memory-safe, reference-counted, templated, multi-dimensional array class |
MDArrayView | Memory-safe templated multi-dimensional array view class |
MDComm | Multi-dimensional communicator object |
MDIterator | Iterator class suitable for multi-dimensional arrays |
MDMap | Multi-dimensional map |
MDRevIterator | Reverse iterator class suitable for multi-dimensional arrays |
MDVector | Multi-dimensional distributed vector |
Slice | A Slice contains a start, stop, and step index, describing a subset of an ordered container |
ConcreteSlice | A ConcreteSlice is a Slice that does not accept Default or negative start or stop values |
remove_const | Provide capability to declare a variable as non-const, even if template parameter is const |
remove_const< const T > | Specialization of remove_const when template parameter is already const |