Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | List of all members
FilteredMatrix< VectorType >::PairComparison Struct Reference

Public Member Functions

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

Detailed Description

template<typename VectorType>
struct FilteredMatrix< VectorType >::PairComparison

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

Definition at line 530 of file filtered_matrix.h.

Member Function Documentation

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

Function comparing the pairs i1 and i2 for their keys.

Definition at line 703 of file filtered_matrix.h.


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