AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
ArrayIndexer.hpp File Reference
#include "axom/slic.hpp"
#include "axom/core/StackArray.hpp"
#include "axom/core/numerics/matvecops.hpp"
#include <iostream>
#include <sstream>

Classes

class  axom::ArrayIndexer< T, DIM >
 Indexing into a multidimensional structured array. More...
 

Namespaces

 axom
 

Enumerations

enum class  axom::ArrayStrideOrder : int { axom::ARBITRARY = 0 , axom::ROW = 1 , axom::COLUMN = 2 , axom::BOTH = ROW | COLUMN }
 Indicator for stride ordering. More...