![]() |
deal.II version GIT relicensing-2626-g811a635230 2025-02-12 16:50:00+00:00
|
Public Member Functions | |
Reference (const Accessor< Number, MemorySpace, false > &accessor) | |
operator Number () const | |
const Reference & | operator= (const Number n) const |
const Reference & | operator+= (const Number n) const |
const Reference & | operator-= (const Number n) const |
const Reference & | operator*= (const Number n) const |
const Reference & | operator/= (const Number n) const |
Private Attributes | |
Accessor & | accessor |
Definition at line 1456 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Constructor.
Definition at line 2112 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Conversion operator to the data type of the matrix.
Definition at line 2120 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Set the element of the matrix we presently point to to n
.
Definition at line 2130 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Add n
to the element of the matrix we presently point to.
Definition at line 2144 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Subtract n
from the element of the matrix we presently point to.
Definition at line 2158 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Multiply the element of the matrix we presently point to by n
.
Definition at line 2171 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Divide the element of the matrix we presently point to by n
.
Definition at line 2184 of file trilinos_tpetra_sparse_matrix.h.
|
private |
Pointer to the accessor that denotes which element we presently point to.
Definition at line 1504 of file trilinos_tpetra_sparse_matrix.h.