Public Member Functions | Data Fields
CoefIdx< number_type > Class Template Reference

#include <tgb_internal.h>

Public Member Functions

bool operator< (const CoefIdx< number_type > &other) const
 

Data Fields

number_type coef
 
int idx
 

Detailed Description

template<class number_type>
class CoefIdx< number_type >

Definition at line 1173 of file tgb_internal.h.

Member Function Documentation

template<class number_type>
bool CoefIdx< number_type >::operator< ( const CoefIdx< number_type > &  other) const
inline

Definition at line 1178 of file tgb_internal.h.

1179  {
1180  return (idx<other.idx);
1181  }

Field Documentation

template<class number_type>
number_type CoefIdx< number_type >::coef

Definition at line 1176 of file tgb_internal.h.

template<class number_type>
int CoefIdx< number_type >::idx

Definition at line 1177 of file tgb_internal.h.


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