Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALSimRingdownCW.h
Go to the documentation of this file.
1#ifndef _LALSIM_RINGDOWN_CW_H
2#define _LALSIM_RINGDOWN_CW_H
3/* ************************************************************ */
4/*
5 * Copyright (C) 2016 Lionel London
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with with program; see the file COPYING. If not, write to the
19 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20 * MA 02110-1301 USA
21 */
22
23#if defined(__cplusplus)
24extern "C" {
25#elif 0
26} /* so that editors will match preceding brace */
27#endif
28
29/* Include the desired Libs */
30#include <stdbool.h>
31#include <math.h>
32#include <complex.h>
33
34/*
35* Basic NOTE(s): Prototypes for LALSimRingdownCW.c
36*/
37
38/*
39* Domain mapping for dimnesionless BH spin
40*/
41double SimRingdownCW_KAPPA(double jf, int l, int m);
42
43/*
44* Dimensionless QNM Frequencies: Note that name encodes date of writing
45*/
46complex double SimRingdownCW_CW07102016(double kappa, /* Domain mapping for remnant BH's spin (Dimensionless) */
47 int l, /* Polar eigenvalue */
48 int input_m, /* Azimuthal eigenvalue*/
49 int n); /* Overtone Number*/
50
51/* ************************************************************ */
52
53#if 0
54{ /* so that editors will match succeeding brace */
55#elif defined(__cplusplus)
56}
57#endif
58
59#endif /* _LALSIM_RINGDOWN_CW_H */
double SimRingdownCW_KAPPA(double jf, int l, int m)
complex double SimRingdownCW_CW07102016(double kappa, int l, int input_m, int n)
int l
Definition: bh_qnmode.c:135
static const INT4 m