LAL  7.5.0.1-08ee4f4
CoherentEstimation.c File Reference

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)
 

Macro Definition Documentation

◆ EPS

#define EPS   1.0e-7

Definition at line 27 of file CoherentEstimation.c.

◆ Cosh

#define Cosh (   x)    cosh(x)

Definition at line 29 of file CoherentEstimation.c.

◆ ACosh

#define ACosh (   x)    acosh(x)

Definition at line 30 of file CoherentEstimation.c.

◆ ROTATE

#define ROTATE (   a,
  i,
  j,
  k,
 
)
Value:
g=a[i][j];h=a[k][l];a[i][j]=g-s*(h+g*tau);\
a[k][l]=h+s*(g-h*tau);
static const INT4 a
Definition: Random.c:79

Definition at line 442 of file CoherentEstimation.c.

Function Documentation

◆ cosh()

double cosh ( double  )

◆ acosh()

double acosh ( double  )

◆ jacobi()

int jacobi ( float **  a,
int  n,
float  d[],
float **  v,
int *  nrot 
)
static

Definition at line 445 of file CoherentEstimation.c.

◆ LALDoCoherentEstimation()

void LALDoCoherentEstimation ( LALStatus stat,
REAL4TimeSeries output,
CoherentEstimation params,
DetectorsData in 
)

Definition at line 38 of file CoherentEstimation.c.

◆ LALClearCoherentData()

void LALClearCoherentData ( LALStatus stat,
DetectorsData dat 
)

Definition at line 379 of file CoherentEstimation.c.

◆ LALClearCoherentInfo()

void LALClearCoherentInfo ( LALStatus stat,
CoherentEstimation dat 
)

Definition at line 409 of file CoherentEstimation.c.