![]() |
deal.II version GIT relicensing-2848-g5241f990fb 2025-03-16 19:30:00+00:00
|
#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 118 of file sparse_matrix_ez.h.
|
inline |
Standard constructor. Sets column
to invalid
.
Definition at line 930 of file sparse_matrix_ez.h.
|
inline |
Constructor. Fills column and value.
Definition at line 921 of file sparse_matrix_ez.h.
size_type SparseMatrixEZ< number >::Entry::column |
The column number.
Definition at line 133 of file sparse_matrix_ez.h.
number SparseMatrixEZ< number >::Entry::value |
The value there.
Definition at line 138 of file sparse_matrix_ez.h.
|
static |
Non-existent column number.
Definition at line 143 of file sparse_matrix_ez.h.