![]() |
deal.II version 9.7.0
|
Definition at line 1456 of file trilinos_tpetra_sparse_matrix.h.
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 |
|
inline |
Constructor.
Definition at line 2107 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Conversion operator to the data type of the matrix.
Definition at line 2115 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Set the element of the matrix we presently point to to n.
Definition at line 2125 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Add n to the element of the matrix we presently point to.
Definition at line 2139 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Subtract n from the element of the matrix we presently point to.
Definition at line 2153 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Multiply the element of the matrix we presently point to by n.
Definition at line 2166 of file trilinos_tpetra_sparse_matrix.h.
|
inline |
Divide the element of the matrix we presently point to by n.
Definition at line 2179 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.