Reference documentation for deal.II version 9.6.0
|
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 |
Definition at line 258 of file trilinos_sparse_matrix.h.
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 306 of file trilinos_sparse_matrix.h.