My Project  debian-1:4.1.1-p2+ds-4build1
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 1176 of file tgb_internal.h.

Member Function Documentation

◆ operator<()

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

Definition at line 1181 of file tgb_internal.h.

1183  {
1184  return (idx<other.idx);

Field Documentation

◆ coef

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

Definition at line 1179 of file tgb_internal.h.

◆ idx

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

Definition at line 1180 of file tgb_internal.h.


The documentation for this class was generated from the following file:
CoefIdx::idx
int idx
Definition: tgb_internal.h:1180