#include <lal/LALStdlib.h>Include dependency graph for FoldAmplitudes.h:

Go to the source code of this file.
Data Structures | |
| struct | tagFoldAmplitudesInput |
| struct | tagFoldAmplitudesParams |
Defines | |
| #define | FOLDAMPLITUDESH_ENULLP 1 |
| #define | FOLDAMPLITUDESH_EVECSIZE 2 |
| #define | FOLDAMPLITUDESH_ENUMBINS 3 |
| #define | FOLDAMPLITUDESH_EBINSIZE 4 |
| #define | FOLDAMPLITUDESH_EBINMIN 5 |
| #define | FOLDAMPLITUDESH_MSGENULLP "Null pointer!" |
| #define | FOLDAMPLITUDESH_MSGEVECSIZE "Input vectors were not the same length!" |
| #define | FOLDAMPLITUDESH_MSGENUMBINS "Number of bins was less than 1!" |
| #define | FOLDAMPLITUDESH_MSGEBINSIZE "Bin max was less than bin min!" |
| #define | FOLDAMPLITUDESH_MSGEBINMIN "Bin min was not zero; nonzero bin min has not yet been implemented!" |
Typedefs | |
| typedef tagFoldAmplitudesInput | FoldAmplitudesInput |
| typedef tagFoldAmplitudesParams | FoldAmplitudesParams |
Functions | |
| NRCSID (FOLDAMPLITUDESH,"$Id: FoldAmplitudes.h,v 1.3 2007/06/08 14:41:50 bema Exp $") | |
| void | LALFoldAmplitudes (LALStatus *status, REAL4Vector *output, const FoldAmplitudesInput *input, const FoldAmplitudesParams *params) |
| #define FOLDAMPLITUDESH_ENULLP 1 |
Definition at line 97 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_EVECSIZE 2 |
Definition at line 98 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_ENUMBINS 3 |
Definition at line 99 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_EBINSIZE 4 |
Definition at line 100 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_EBINMIN 5 |
Definition at line 101 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_MSGENULLP "Null pointer!" |
Definition at line 103 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_MSGEVECSIZE "Input vectors were not the same length!" |
Definition at line 104 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_MSGENUMBINS "Number of bins was less than 1!" |
Definition at line 105 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_MSGEBINSIZE "Bin max was less than bin min!" |
Definition at line 106 of file FoldAmplitudes.h.
| #define FOLDAMPLITUDESH_MSGEBINMIN "Bin min was not zero; nonzero bin min has not yet been implemented!" |
Definition at line 107 of file FoldAmplitudes.h.
| typedef struct tagFoldAmplitudesInput FoldAmplitudesInput |
| typedef struct tagFoldAmplitudesParams FoldAmplitudesParams |
| NRCSID | ( | FOLDAMPLITUDESH | , | |
| "$Id: FoldAmplitudes. | h, | |||
| v 1.3 2007/06/08 14:41:50 bema Exp $" | ||||
| ) |
| void LALFoldAmplitudes | ( | LALStatus * | status, | |
| REAL4Vector * | output, | |||
| const FoldAmplitudesInput * | input, | |||
| const FoldAmplitudesParams * | params | |||
| ) |
Definition at line 125 of file FoldAmplitudes.c.
1.5.2