Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/trilinos_sparse_matrix.h>
Private Member Functions | |
TrilinosScalar | value () const |
TrilinosScalar & | value () |
Additional Inherited Members | |
Public Types inherited from TrilinosWrappers::SparseMatrixIterators::AccessorBase | |
typedef ::types::global_dof_index | size_type |
Public Member Functions inherited from TrilinosWrappers::SparseMatrixIterators::AccessorBase | |
AccessorBase (SparseMatrix *matrix, const size_type row, const size_type index) | |
size_type | row () const |
size_type | index () const |
size_type | column () const |
Protected Member Functions inherited from TrilinosWrappers::SparseMatrixIterators::AccessorBase | |
void | visit_present_row () |
Protected Attributes inherited from TrilinosWrappers::SparseMatrixIterators::AccessorBase | |
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 188 of file trilinos_sparse_matrix.h.
|
private |
Value of this matrix entry.
|
private |
Value of this matrix entry.