![]() |
deal.II version 9.7.0
|
Definition at line 260 of file trilinos_sparse_matrix.h.
Public Member Functions | |
| Reference (const Accessor< false > &accessor) | |
| operator TrilinosScalar () const | |
| const Reference & | operator= (const TrilinosScalar n) const |
| const Reference & | operator+= (const TrilinosScalar n) const |
| const Reference & | operator-= (const TrilinosScalar n) const |
| const Reference & | operator*= (const TrilinosScalar n) const |
| const Reference & | operator/= (const TrilinosScalar n) const |
Private Attributes | |
| Accessor & | accessor |
| TrilinosWrappers::SparseMatrixIterators::Accessor< false >::Reference::Reference | ( | const Accessor< false > & | accessor | ) |
Constructor.
| TrilinosWrappers::SparseMatrixIterators::Accessor< false >::Reference::operator TrilinosScalar | ( | ) | const |
Conversion operator to the data type of the matrix.
| const Reference & TrilinosWrappers::SparseMatrixIterators::Accessor< false >::Reference::operator= | ( | const TrilinosScalar | n | ) | const |
Set the element of the matrix we presently point to to n.
| const Reference & TrilinosWrappers::SparseMatrixIterators::Accessor< false >::Reference::operator+= | ( | const TrilinosScalar | n | ) | const |
Add n to the element of the matrix we presently point to.
| const Reference & TrilinosWrappers::SparseMatrixIterators::Accessor< false >::Reference::operator-= | ( | const TrilinosScalar | n | ) | const |
Subtract n from the element of the matrix we presently point to.
| const Reference & TrilinosWrappers::SparseMatrixIterators::Accessor< false >::Reference::operator*= | ( | const TrilinosScalar | n | ) | const |
Multiply the element of the matrix we presently point to by n.
| const Reference & TrilinosWrappers::SparseMatrixIterators::Accessor< false >::Reference::operator/= | ( | const TrilinosScalar | n | ) | const |
Divide the element of the matrix we presently point to by n.
|
private |
Pointer to the accessor that denotes which element we presently point to.
Definition at line 308 of file trilinos_sparse_matrix.h.