|
static void | InspiralComputeMetricGetPsiCoefficients (REAL8 Psi[METRIC_DIMENSION][METRIC_ORDER], InspiralMomentsEtc *moments, REAL8 fLower, REAL8 t0, REAL8 t3) |
|
void | LALInspiralComputeMetric (LALStatus *status, InspiralMetric *metric, InspiralTemplate *params, InspiralMomentsEtc *moments) |
|
int | XLALInspiralComputeMetric (InspiralMetric *metric, InspiralMomentsEtc *moments, REAL8 fLower, LALPNOrder order, REAL8 t0, REAL8 t3) |
| Function to compute the components of the metric which is used to describe distances on the signal manifold. More...
|
|
void | LALInspiralComputeMetricBCV (LALStatus *status, InspiralMetric *metric, REAL8FrequencySeries *psd, InspiralTemplate *params) |
| UNDOCUMENTED. More...
|
|
Go to the source code of this file.
◆ METRIC_DIMENSION
#define METRIC_DIMENSION 2 |
◆ METRIC_ORDER
◆ InspiralComputeMetricGetPsiCoefficients()