Functions | |
| unsigned int | get_column_index_from_iterator (const unsigned int i) |
| template<typename value > | |
| unsigned int | get_column_index_from_iterator (const std::pair< unsigned int, value > &i) |
| template<typename value > | |
| unsigned int | get_column_index_from_iterator (const std::pair< const unsigned int, value > &i) |
| unsigned int internals::SparsityPatternTools::get_column_index_from_iterator | ( | const unsigned int | 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.
| unsigned int internals::SparsityPatternTools::get_column_index_from_iterator | ( | const std::pair< unsigned int, 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.
documentation generated on Fri Feb 3 2012 06:04:15 by
doxygen
1.7.2