MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
AbstractLinAlgPack::SortByDescendingAbsValue Class Reference

Function object class for sorting a sparse vectors in descending order by abs(v(i)). More...

#include <AbstractLinAlgPack_SortByDescendingAbsValue.hpp>

Public Member Functions

bool operator() (const AbstractLinAlgPack::SpVector::element_type &x, const AbstractLinAlgPack::SpVector::element_type &y) const
 

Detailed Description

Function object class for sorting a sparse vectors in descending order by abs(v(i)).

Definition at line 54 of file AbstractLinAlgPack_SortByDescendingAbsValue.hpp.

Member Function Documentation

bool AbstractLinAlgPack::SortByDescendingAbsValue::operator() ( const AbstractLinAlgPack::SpVector::element_type x,
const AbstractLinAlgPack::SpVector::element_type y 
) const
inline

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