![]() |
Reference documentation for deal.II version 9.1.1
|
#include <deal.II/lac/trilinos_sparse_matrix.h>
Private Member Functions | |
TrilinosScalar | value () const |
TrilinosScalar & | value () |
Additional Inherited Members | |
![]() | |
using | size_type = ::types::global_dof_index |
![]() | |
AccessorBase (SparseMatrix *matrix, const size_type row, const size_type index) | |
size_type | row () const |
size_type | index () const |
size_type | column () const |
![]() | |
void | visit_present_row () |
![]() | |
SparseMatrix * | matrix |
size_type | a_row |
size_type | a_index |
std::shared_ptr< std::vector< size_type > > | colnum_cache |
std::shared_ptr< std::vector< TrilinosScalar > > | value_cache |
General template for sparse matrix accessors. The first template argument denotes the underlying numeric type, the second the constness of the matrix.
The general template is not implemented, only the specializations for the two possible values of the second template argument. Therefore, the interface listed here only serves as a template provided since doxygen does not link the specializations.
Definition at line 199 of file trilinos_sparse_matrix.h.
|
private |
Value of this matrix entry.
|
private |
Value of this matrix entry.