Reference documentation for deal.II version 9.2.0
|
#include <deal.II/lac/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 |
Structure for storing information on a matrix row. One object for each row will be stored in the matrix.
Definition at line 151 of file sparse_matrix_ez.h.