Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
FilteredMatrix< VECTOR >::PairComparison Struct Reference

Public Member Functions

bool operator() (const IndexValuePair &i1, const IndexValuePair &i2) const
 

Detailed Description

template<class VECTOR>
struct FilteredMatrix< VECTOR >::PairComparison

Helper class used to sort pairs of indices and values. Only the index is considered as sort key.

Definition at line 604 of file filtered_matrix.h.

Member Function Documentation

template<class VECTOR>
bool FilteredMatrix< VECTOR >::PairComparison::operator() ( const IndexValuePair i1,
const IndexValuePair i2 
) const
inline

Function comparing the pairs i1 and i2 for their keys.

Definition at line 806 of file filtered_matrix.h.


The documentation for this struct was generated from the following file: