![]() |
deal.II version GIT relicensing-3683-g2da9d4bdba 2025-07-07 18:10:00+00:00
|
#include <deal.II/lac/sparse_matrix_ez.h>
Structure for storing information on a matrix row. One object for each row will be stored in the matrix.
Definition at line 150 of file sparse_matrix_ez.h.
Public Member Functions | |
RowInfo (const size_type start=Entry::invalid) | |
Public Attributes | |
size_type | start |
unsigned short | length |
unsigned short | diagonal |
Static Public Attributes | |
static const unsigned short | invalid_diagonal |
|
inline |
Constructor.
Definition at line 937 of file sparse_matrix_ez.h.
size_type SparseMatrixEZ< number >::RowInfo::start |
Index of first entry of the row in the data field.
Definition at line 160 of file sparse_matrix_ez.h.
unsigned short SparseMatrixEZ< number >::RowInfo::length |
Number of entries in this row.
Definition at line 164 of file sparse_matrix_ez.h.
unsigned short SparseMatrixEZ< number >::RowInfo::diagonal |
Position of the diagonal element relative to the start index.
Definition at line 168 of file sparse_matrix_ez.h.
|
static |
Value for non-existing diagonal.
Definition at line 172 of file sparse_matrix_ez.h.