![]() |
OGS
|
|
Per-row nonzero count pattern for the Eigen (serial) build.
number_non_zeros_per_row is sized to the number of global matrix rows and holds the number of nonzeros per row.
Definition at line 19 of file SparsityPattern.h.
#include <SparsityPattern.h>
Public Member Functions | |
| IndexType | nnzInRow (IndexType const row) const |
| Number of nonzeros in the given global row. | |
| IndexType | numberOfRows () const |
| Number of global rows the pattern describes. | |
Public Attributes | |
| std::vector< IndexType > | number_non_zeros_per_row |
|
inline |
Number of nonzeros in the given global row.
Definition at line 24 of file SparsityPattern.h.
References number_non_zeros_per_row.
|
inline |
Number of global rows the pattern describes.
Definition at line 30 of file SparsityPattern.h.
References number_non_zeros_per_row.
| std::vector<IndexType> MathLib::SerialSparsityPattern< IndexType >::number_non_zeros_per_row |
Definition at line 21 of file SparsityPattern.h.
Referenced by nnzInRow(), and numberOfRows().