Prototypes | |
| double | cosh (double) |
| double | acosh (double) |
| static INT4 | jacobi (float **a, int n, float d[], float **v, int *nrot) |
| void | LALDoCoherentEstimation (LALStatus *stat, REAL4TimeSeries *output, CoherentEstimation *params, DetectorsData *in) |
| void | LALClearCoherentData (LALStatus *stat, DetectorsData *dat) |
| void | LALClearCoherentInfo (LALStatus *stat, CoherentEstimation *dat) |
Go to the source code of this file.
Macros | |
| #define | EPS 1.0e-7 |
| #define | Cosh(x) cosh(x) |
| #define | ACosh(x) acosh(x) |
| #define | ROTATE(a, i, j, k, l) |
| #define EPS 1.0e-7 |
Definition at line 27 of file CoherentEstimation.c.
| #define Cosh | ( | x | ) | cosh(x) |
Definition at line 29 of file CoherentEstimation.c.
| #define ACosh | ( | x | ) | acosh(x) |
Definition at line 30 of file CoherentEstimation.c.
| #define ROTATE | ( | a, | |
| i, | |||
| j, | |||
| k, | |||
| l | |||
| ) |
Definition at line 442 of file CoherentEstimation.c.
| double cosh | ( | double | ) |
| double acosh | ( | double | ) |
|
static |
Definition at line 445 of file CoherentEstimation.c.
| void LALDoCoherentEstimation | ( | LALStatus * | stat, |
| REAL4TimeSeries * | output, | ||
| CoherentEstimation * | params, | ||
| DetectorsData * | in | ||
| ) |
Definition at line 38 of file CoherentEstimation.c.
| void LALClearCoherentData | ( | LALStatus * | stat, |
| DetectorsData * | dat | ||
| ) |
Definition at line 379 of file CoherentEstimation.c.
| void LALClearCoherentInfo | ( | LALStatus * | stat, |
| CoherentEstimation * | dat | ||
| ) |
Definition at line 409 of file CoherentEstimation.c.