AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
Array.hpp File Reference
#include "axom/config.hpp"
#include "axom/core/Macros.hpp"
#include "axom/core/utilities/Utilities.hpp"
#include "axom/core/Types.hpp"
#include "axom/core/ArrayBase.hpp"
#include "axom/core/ArrayIteratorBase.hpp"
#include <algorithm>
#include <iostream>

Classes

class  axom::Array< T, DIM, SPACE >
 Provides a generic multidimensional array container. More...
 
class  axom::Array< T, DIM, SPACE >
 Provides a generic multidimensional array container. More...
 

Namespaces

 axom
 

Typedefs

template<typename T >
using axom::MCArray = Array< T, 2 >
 Helper alias for multi-component arrays. More...