Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20:02+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 >::Entry Struct Reference

#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
 

Detailed Description

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

The class for storing the column number of an entry together with its value.

Definition at line 115 of file sparse_matrix_ez.h.

Constructor & Destructor Documentation

◆ Entry() [1/2]

template<typename number >
SparseMatrixEZ< number >::Entry::Entry ( )
inline

Standard constructor. Sets column to invalid.

Definition at line 927 of file sparse_matrix_ez.h.

◆ Entry() [2/2]

template<typename number >
SparseMatrixEZ< number >::Entry::Entry ( const size_type  column,
const number &  value 
)
inline

Constructor. Fills column and value.

Definition at line 918 of file sparse_matrix_ez.h.

Member Data Documentation

◆ column

template<typename number >
size_type SparseMatrixEZ< number >::Entry::column

The column number.

Definition at line 130 of file sparse_matrix_ez.h.

◆ value

template<typename number >
number SparseMatrixEZ< number >::Entry::value

The value there.

Definition at line 135 of file sparse_matrix_ez.h.

◆ invalid

template<typename number >
const size_type SparseMatrixEZ< number >::Entry::invalid = numbers::invalid_size_type
static

Non-existent column number.

Definition at line 140 of file sparse_matrix_ez.h.


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