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

struct  LOMB_TYPE
 
class  Lomb_eq
 
class  LOMB_class
 

Typedefs

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

Class Documentation

◆ LOMB_TYPE

struct LOMB_TYPE

Definition at line 13 of file lomb.h.

Collaboration diagram for LOMB_TYPE:
Collaboration graph
Class Members
double x
double y

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.