![]() |
Reference documentation for deal.II version 9.6.0
|
Functions | |
size_type | get_column_index_from_iterator (const size_type i) |
template<typename value > | |
size_type | get_column_index_from_iterator (const std::pair< size_type, value > &i) |
template<typename value > | |
size_type | get_column_index_from_iterator (const std::pair< const size_type, value > &i) |
size_type internals::SparsityPatternTools::get_column_index_from_iterator | ( | const size_type | i | ) |
Helper function to get the column index from a dereferenced iterator in the copy_from() function, if the inner iterator type points to plain unsigned integers.
size_type internals::SparsityPatternTools::get_column_index_from_iterator | ( | const std::pair< size_type, value > & | i | ) |
Helper function to get the column index from a dereferenced iterator in the copy_from() function, if the inner iterator type points to pairs of unsigned integers and some other value.
size_type internals::SparsityPatternTools::get_column_index_from_iterator | ( | const std::pair< const size_type, value > & | i | ) |
Likewise, but sometimes needed for certain types of containers that make the first element of the pair constant (such as std::map
).