MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu::CompPairs< Scalar, LocalOrdinal > Struct Template Reference

#include <MueLu_AlgebraicPermutationStrategy_decl.hpp>

Public Member Functions

 CompPairs (const std::vector< Scalar > &v)
 
bool operator() (LocalOrdinal a, LocalOrdinal b)
 

Public Attributes

std::vector< Scalarvinternal_
 

Detailed Description

template<class Scalar = DefaultScalar, class LocalOrdinal = DefaultGlobalOrdinal>
struct MueLu::CompPairs< Scalar, LocalOrdinal >

Definition at line 31 of file MueLu_AlgebraicPermutationStrategy_decl.hpp.

Constructor & Destructor Documentation

template<class Scalar = DefaultScalar, class LocalOrdinal = DefaultGlobalOrdinal>
MueLu::CompPairs< Scalar, LocalOrdinal >::CompPairs ( const std::vector< Scalar > &  v)
inline

Definition at line 32 of file MueLu_AlgebraicPermutationStrategy_decl.hpp.

Member Function Documentation

template<class Scalar = DefaultScalar, class LocalOrdinal = DefaultGlobalOrdinal>
bool MueLu::CompPairs< Scalar, LocalOrdinal >::operator() ( LocalOrdinal  a,
LocalOrdinal  b 
)
inline

Definition at line 34 of file MueLu_AlgebraicPermutationStrategy_decl.hpp.

Member Data Documentation

template<class Scalar = DefaultScalar, class LocalOrdinal = DefaultGlobalOrdinal>
std::vector<Scalar> MueLu::CompPairs< Scalar, LocalOrdinal >::vinternal_

Definition at line 33 of file MueLu_AlgebraicPermutationStrategy_decl.hpp.


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