Bayeux  3.4.1
Core Foundation library for SuperNEMO
divdif.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_DIVDIF_H_
2 #define GENBB_DECAY0_DIVDIF_H_ 1
3 
4 namespace genbb {
5  namespace decay0 {
6 
8  double decay0_divdif(const double * F_,
9  const double * A_,
10  int NN_,
11  double X_,
12  int MM_);
13 
14  } // end of namespace decay0
15 } // end of namespace genbb
16 
17 #endif // GENBB_DECAY0_DIVDIF_H_
18 //
19 // Local Variables: --
20 // mode: c++ --
21 // End: --
22 
23 
double decay0_divdif(const double *F_, const double *A_, int NN_, double X_, int MM_)
Tabular interpolation using symmetrically placed argument points.
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51