QUDA  0.9.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SortEvals Struct Reference

Public Member Functions

 SortEvals (double val, int idx)
 

Static Public Member Functions

static bool SelectSmall (SortEvals v1, SortEvals v2)
 
static bool SelectLarge (SortEvals v1, SortEvals v2)
 

Public Attributes

double _val
 
int _idx
 

Static Public Attributes

static bool small_values = true
 

Detailed Description

Definition at line 10 of file quda_arpack_interface.cpp.

Constructor & Destructor Documentation

◆ SortEvals()

SortEvals::SortEvals ( double  val,
int  idx 
)
inline

Definition at line 16 of file quda_arpack_interface.cpp.

Member Function Documentation

◆ SelectLarge()

static bool SortEvals::SelectLarge ( SortEvals  v1,
SortEvals  v2 
)
inlinestatic

Definition at line 19 of file quda_arpack_interface.cpp.

References _val.

Referenced by quda::ArpackArgs< Float >::save().

Here is the caller graph for this function:

◆ SelectSmall()

static bool SortEvals::SelectSmall ( SortEvals  v1,
SortEvals  v2 
)
inlinestatic

Definition at line 18 of file quda_arpack_interface.cpp.

References _val.

Referenced by quda::ArpackArgs< Float >::save().

Here is the caller graph for this function:

Member Data Documentation

◆ _idx

int SortEvals::_idx

Definition at line 12 of file quda_arpack_interface.cpp.

◆ _val

double SortEvals::_val

Definition at line 11 of file quda_arpack_interface.cpp.

Referenced by SelectLarge(), and SelectSmall().

◆ small_values

bool SortEvals::small_values = true
static

Definition at line 14 of file quda_arpack_interface.cpp.

Referenced by quda::ArpackArgs< Float >::save().


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