AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
BivariateSet.hpp File Reference

Contains the class BivariateSet and NullBivariateSet. More...

#include "axom/slam/OrderedSet.hpp"
#include "axom/slam/NullSet.hpp"
#include <cassert>

Classes

class  axom::slam::BivariateSet< PosType, ElemType >
 Abstract class that models a set whose elements are indexed by two indices. Each element in a BivariateSet is equivalent to an ordered pair containing a row and column index, similar to indexing in a matrix. More...
 
class  axom::slam::NullBivariateSet< PosType, ElemType >
 A Null BivariateSet class. Same as the NullSet for Set class. More...
 

Namespaces

 axom
 
 axom::slam
 

Detailed Description

Contains the class BivariateSet and NullBivariateSet.