Reference documentation for deal.II version 9.2.0
|
#include <deal.II/lac/sparse_matrix_ez.h>
Public Member Functions | |
Entry () | |
Entry (const size_type column, const number &value) | |
Public Attributes | |
size_type | column |
number | value |
Static Public Attributes | |
static const size_type | invalid = numbers::invalid_size_type |
The class for storing the column number of an entry together with its value.
Definition at line 119 of file sparse_matrix_ez.h.