Reference documentation for deal.II version GIT relicensing-426-g7976cfd195 2024-04-18 21:10:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SparseMatrixEZ< number >::RowInfo Struct Reference

#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
 

Detailed Description

template<typename number>
struct SparseMatrixEZ< number >::RowInfo

Structure for storing information on a matrix row. One object for each row will be stored in the matrix.

Definition at line 147 of file sparse_matrix_ez.h.

Constructor & Destructor Documentation

◆ RowInfo()

template<typename number >
SparseMatrixEZ< number >::RowInfo::RowInfo ( const size_type  start = Entry::invalid)
inline

Constructor.

Definition at line 934 of file sparse_matrix_ez.h.

Member Data Documentation

◆ start

template<typename number >
size_type SparseMatrixEZ< number >::RowInfo::start

Index of first entry of the row in the data field.

Definition at line 157 of file sparse_matrix_ez.h.

◆ length

template<typename number >
unsigned short SparseMatrixEZ< number >::RowInfo::length

Number of entries in this row.

Definition at line 161 of file sparse_matrix_ez.h.

◆ diagonal

template<typename number >
unsigned short SparseMatrixEZ< number >::RowInfo::diagonal

Position of the diagonal element relative tor the start index.

Definition at line 165 of file sparse_matrix_ez.h.

◆ invalid_diagonal

template<typename number >
const unsigned short SparseMatrixEZ< number >::RowInfo::invalid_diagonal
static
Initial value:
=
static_cast<unsigned short>(-1)

Value for non-existing diagonal.

Definition at line 169 of file sparse_matrix_ez.h.


The documentation for this struct was generated from the following file: