Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-6c6b863
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
compareSFTs.c File Reference

Prototypes

int initUserVars (UserInput_t *uvar)
 
REAL4 getMaxErrSFT (const SFTtype *sft1, const SFTtype *sft2)
 
REAL4 getMaxErrSFTVector (const SFTVector *sftvect1, const SFTVector *sftvect2)
 
REAL4 scalarProductSFT (const SFTtype *sft1, const SFTtype *sft2)
 
REAL4 scalarProductSFTVector (const SFTVector *sftvect1, const SFTVector *sftvect2)
 
SFTVectorsubtractSFTVectors (const SFTVector *sftvect1, const SFTVector *sftvect2)
 
int main (int argc, char *argv[])
 

Detailed Description

Author
R. Prix

Definition in file compareSFTs.c.

Go to the source code of this file.

Data Structures

struct  UserInput_t
 User-variables: can be set from config-file or command-line.
 

Function Documentation

◆ initUserVars()

int initUserVars ( UserInput_t uvar)

Definition at line 181 of file compareSFTs.c.

◆ getMaxErrSFT()

REAL4 getMaxErrSFT ( const SFTtype sft1,
const SFTtype sft2 
)

Definition at line 207 of file compareSFTs.c.

◆ getMaxErrSFTVector()

REAL4 getMaxErrSFTVector ( const SFTVector sftvect1,
const SFTVector sftvect2 
)

Definition at line 240 of file compareSFTs.c.

◆ scalarProductSFT()

REAL4 scalarProductSFT ( const SFTtype sft1,
const SFTtype sft2 
)

Definition at line 263 of file compareSFTs.c.

◆ scalarProductSFTVector()

REAL4 scalarProductSFTVector ( const SFTVector sftvect1,
const SFTVector sftvect2 
)

Definition at line 291 of file compareSFTs.c.

◆ subtractSFTVectors()

SFTVector * subtractSFTVectors ( const SFTVector sftvect1,
const SFTVector sftvect2 
)

Definition at line 311 of file compareSFTs.c.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 56 of file compareSFTs.c.