OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
lomb.h File Reference
#include <vector>
#include <cmath>
#include <functional>
Include dependency graph for lomb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Lomb_eq
class  LOMB_class

Typedefs

typedef struct { 
double x
double y
LOMB_TYPE
typedef std::vector< LOMB_TYPE >::const_iterator CI_lt
typedef std::vector< double >::const_iterator CI_vd

Typedef Documentation

◆ CI_lt

typedef std::vector<LOMB_TYPE>::const_iterator CI_lt

Definition at line 17 of file lomb.h.

◆ CI_vd

typedef std::vector<double>::const_iterator CI_vd

Definition at line 18 of file lomb.h.

◆ [struct]

typedef struct { ... } LOMB_TYPE