Go to the source code of this file.
|
| template<typename number > |
| double | internal::MatrixOutImplementation::get_element (const ::SparseMatrix< number > &matrix, const types::global_dof_index i, const types::global_dof_index j) |
| |
| template<typename number > |
| double | internal::MatrixOutImplementation::get_element (const ::BlockSparseMatrix< number > &matrix, const types::global_dof_index i, const types::global_dof_index j) |
| |
| double | internal::MatrixOutImplementation::get_element (const TrilinosWrappers::SparseMatrix &matrix, const types::global_dof_index i, const types::global_dof_index j) |
| |
| double | internal::MatrixOutImplementation::get_element (const TrilinosWrappers::BlockSparseMatrix &matrix, const types::global_dof_index i, const types::global_dof_index j) |
| |
| template<class Matrix > |
| double | internal::MatrixOutImplementation::get_element (const Matrix &matrix, const types::global_dof_index i, const types::global_dof_index j) |
| |