GEOSX
|
Contains the implementation of LvArray:SparsityPatternView. More...
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... | |
Contains the implementation of LvArray:SparsityPatternView.
Definition in file SparsityPatternView.hpp.
#define SPARSITYPATTERN_COLUMN_CHECK | ( | col | ) |
Check that col
is a valid column in the matrix.
col | The column to check. |
Definition at line 39 of file SparsityPatternView.hpp.