LALInspiral 5.0.3.1-eeff03c
LALSTPNWaveformFrameless.h
Go to the documentation of this file.
1#include <math.h>
2
3#include <lal/Units.h>
4#include <lal/LALInspiral.h>
5#include <lal/SeqFactories.h>
6
7#include <lal/LALAdaptiveRungeKuttaIntegrator.h>
8
9#ifdef __cplusplus
10extern "C" {
11#elif 0
12} /* so that editors will match preceding brace */
13#endif
14
16 REAL4Vector *signalvec1, REAL4Vector *signalvec2, UINT4 *countback,
18 );
19
21 REAL4Vector *signalvec2, UINT4 *countback, InspiralTemplate *params,
22 InspiralInit *paramsInit
23 );
24
25#if 0
26{ /* so that editors will match succeeding brace */
27#elif defined(__cplusplus)
28}
29#endif
int XLALSTPNFramelessAdaptiveWaveformEngine(REAL4Vector *signalvec1, REAL4Vector *signalvec2, UINT4 *countback, InspiralTemplate *params, InspiralInit *paramsInit)
void LALSTPNFramelessAdaptiveWaveformEngine(LALStatus *status, REAL4Vector *signalvec1, REAL4Vector *signalvec2, UINT4 *countback, InspiralTemplate *params, InspiralInit *paramsInit)
uint32_t UINT4
The inspiral waveform parameter structure containing information about the waveform to be generated.
Definition: LALInspiral.h:205