GEOSX
Classes | Namespaces | Macros
SparsityPatternView.hpp File Reference

Contains the implementation of LvArray:SparsityPatternView. More...

#include "ArrayOfSetsView.hpp"
#include <limits>

Go to the source code of this file.

Classes

class  LvArray::SparsityPatternView< COL_TYPE, INDEX_TYPE, BUFFER_TYPE >
 This class provides a view into a compressed row storage sparsity pattern. More...
 

Namespaces

 LvArray
 The top level namespace.
 

Macros

#define SPARSITYPATTERN_COLUMN_CHECK(col)
 Check that col is a valid column in the matrix. More...
 

Detailed Description

Contains the implementation of LvArray:SparsityPatternView.

Definition in file SparsityPatternView.hpp.

Macro Definition Documentation

◆ SPARSITYPATTERN_COLUMN_CHECK

#define SPARSITYPATTERN_COLUMN_CHECK (   col)

Check that col is a valid column in the matrix.

Parameters
colThe column to check.
Note
This macro is only active with LVARRAY_BOUNDS_CHECK.

Definition at line 39 of file SparsityPatternView.hpp.