|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/core/memory_management.hpp"#include "axom/core/ArrayBase.hpp"#include "axom/core/ArrayIteratorBase.hpp"Classes | |
| struct | axom::detail::ArrayTraits< ArrayView< T, DIM, SPACE > > |
| class | axom::ArrayView< T, DIM, SPACE > |
| Provides a view over a generic array container. More... | |
Namespaces | |
| axom | |
| axom::detail | |
Typedefs | |
ArrayView to wrap a pointer and provide indexing semantics | |
| template<typename T > | |
| using | axom::MCArrayView = ArrayView< T, 2 > |
| Helper alias for multi-component arrays. More... | |