|
| WS * | XLALCreateSBankWorkspaceCache (void) |
| |
| void | XLALDestroySBankWorkspaceCache (WS *workspace_cache) |
| |
| static WS * | get_workspace (WS *workspace_cache, const size_t n) |
| |
| static void | multiply_conjugate (COMPLEX8 *restrict out, COMPLEX8 *a, COMPLEX8 *b, const size_t size) |
| |
| static double | abs_real (const COMPLEX8 x) |
| |
| static double | abs2 (const COMPLEX8 x) |
| |
| static double | vector_peak_interp (const double ym1, const double y, const double yp1) |
| |
| REAL8 | XLALInspiralSBankComputeMatch (const COMPLEX8FrequencySeries *inj, const COMPLEX8FrequencySeries *tmplt, WS *workspace_cache) |
| |
| REAL8 | XLALInspiralSBankComputeRealMatch (const COMPLEX8FrequencySeries *inj, const COMPLEX8FrequencySeries *tmplt, WS *workspace_cache) |
| |
| REAL8 | XLALInspiralSBankComputeMatchMaxSkyLoc (const COMPLEX8FrequencySeries *hp, const COMPLEX8FrequencySeries *hc, const REAL8 hphccorr, const COMPLEX8FrequencySeries *proposal, WS *workspace_cache1, WS *workspace_cache2) |
| |
| REAL8 | XLALInspiralSBankComputeMatchMaxSkyLocNoPhase (const COMPLEX8FrequencySeries *hp, const COMPLEX8FrequencySeries *hc, const REAL8 hphccorr, const COMPLEX8FrequencySeries *proposal, WS *workspace_cache1, WS *workspace_cache2) |
| |
Go to the source code of this file.
◆ MAX_NUM_WS
| #define MAX_NUM_WS 32 /* maximum number of workspaces */ |
◆ CHECK_OOM
◆ XLALCreateSBankWorkspaceCache()
| WS * XLALCreateSBankWorkspaceCache |
( |
void |
| ) |
|
◆ XLALDestroySBankWorkspaceCache()
| void XLALDestroySBankWorkspaceCache |
( |
WS * |
workspace_cache | ) |
|
◆ get_workspace()
| static WS * get_workspace |
( |
WS * |
workspace_cache, |
|
|
const size_t |
n |
|
) |
| |
|
static |
◆ multiply_conjugate()
◆ abs_real()
| static double abs_real |
( |
const COMPLEX8 |
x | ) |
|
|
static |
◆ abs2()
◆ vector_peak_interp()
| static double vector_peak_interp |
( |
const double |
ym1, |
|
|
const double |
y, |
|
|
const double |
yp1 |
|
) |
| |
|
static |
◆ XLALInspiralSBankComputeMatch()
◆ XLALInspiralSBankComputeRealMatch()
◆ XLALInspiralSBankComputeMatchMaxSkyLoc()
◆ XLALInspiralSBankComputeMatchMaxSkyLocNoPhase()