31Author: Robinson, C. A. and Sengupta, A. S.
34#ifndef _ELLIPSOIDOVERLAPTOOLS_H
35#define _ELLIPSOIDOVERLAPTOOLS_H
39#include <lal/LALStdlib.h>
40#include <lal/LALGSL.h>
41#include <lal/LALError.h>
43#include <gsl/gsl_errno.h>
44#include <gsl/gsl_math.h>
45#include <gsl/gsl_min.h>
46#include <gsl/gsl_vector.h>
47#include <gsl/gsl_matrix.h>
48#include <gsl/gsl_blas.h>
49#include <gsl/gsl_linalg.h>
56SWIGLAL(IMMUTABLE_MEMBERS(tagfContactWorkSpace, invQ1, invQ2));
58typedef struct tagfContactWorkSpace
67 const gsl_matrix *
invQ1, *invQ2;
71 const gsl_min_fminimizer_type *
T;
72 gsl_min_fminimizer *
s;
75 gsl_matrix *tmpA, *tmpB, *
C;
93 const gsl_min_fminimizer_type *T,
double REAL8
Double precision real floating-point number (8 bytes).
uint32_t UINT4
Four-byte unsigned integer.