|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <vector>#include <cmath>#include <functional>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 std::vector<LOMB_TYPE>::const_iterator CI_lt |
| typedef std::vector<double>::const_iterator CI_vd |
| typedef struct { ... } LOMB_TYPE |