Functions | |
void | SG20R (const double a, const double b, const unsigned int n, const unsigned int nsamp, double *x, unsigned int &np, double *w) |
std::complex< double > | RG201D (const double A, const double B, const unsigned int N, const unsigned int nsamp, const std::complex< double > CF[]) |
void | RG202D (const double a, const double b, unsigned int n, unsigned int l, unsigned int m, std::vector< std::vector< std::complex< double > > > &cf, const unsigned int nsamp, std::vector< std::complex< double > > &cres) |
void | SG48R (const double a, const double b, const unsigned int n, const unsigned int nsamp, double *x, unsigned int &np, double *w) |
std::complex< double > | RG481D (const double A, const double B, const unsigned int N, const unsigned int nsamp, const std::complex< double > CF[]) |
void | RG482D (const double a, const double b, unsigned int n, unsigned int l, unsigned int m, std::vector< std::vector< std::complex< double > > > &cf, const unsigned int nsamp, std::vector< std::complex< double > > &cres) |
void | SGNR (const double a, const double b, const unsigned int n, const unsigned int nsamp, double *x, unsigned int &np, double *w) |
std::complex< double > | RGN1D (const double A, const double B, const unsigned int N, const unsigned int nsamp, const std::complex< double > CF[]) |
void | RGN2D (const double a, const double b, unsigned int n, unsigned int l, unsigned int m, std::vector< std::vector< std::complex< double > > > &cf, const unsigned int nsamp, std::vector< std::complex< double > > &cres) |
cdouble genie::alvarezruso::integrationtools::RG201D | ( | const double | A, |
const double | B, | ||
const unsigned int | N, | ||
const unsigned int | nsamp, | ||
const std::complex< double > | CF[] | ||
) |
Definition at line 61 of file IntegrationTools.cxx.
void genie::alvarezruso::integrationtools::RG202D | ( | const double | a, |
const double | b, | ||
unsigned int | n, | ||
unsigned int | l, | ||
unsigned int | m, | ||
std::vector< std::vector< std::complex< double > > > & | cf, | ||
const unsigned int | nsamp, | ||
std::vector< std::complex< double > > & | cres | ||
) |
Definition at line 85 of file IntegrationTools.cxx.
cdouble genie::alvarezruso::integrationtools::RG481D | ( | const double | A, |
const double | B, | ||
const unsigned int | N, | ||
const unsigned int | nsamp, | ||
const std::complex< double > | CF[] | ||
) |
Definition at line 158 of file IntegrationTools.cxx.
void genie::alvarezruso::integrationtools::RG482D | ( | const double | a, |
const double | b, | ||
unsigned int | n, | ||
unsigned int | l, | ||
unsigned int | m, | ||
std::vector< std::vector< std::complex< double > > > & | cf, | ||
const unsigned int | nsamp, | ||
std::vector< std::complex< double > > & | cres | ||
) |
Definition at line 185 of file IntegrationTools.cxx.
cdouble genie::alvarezruso::integrationtools::RGN1D | ( | const double | A, |
const double | B, | ||
const unsigned int | N, | ||
const unsigned int | nsamp, | ||
const std::complex< double > | CF[] | ||
) |
Definition at line 243 of file IntegrationTools.cxx.
void genie::alvarezruso::integrationtools::RGN2D | ( | const double | a, |
const double | b, | ||
unsigned int | n, | ||
unsigned int | l, | ||
unsigned int | m, | ||
std::vector< std::vector< std::complex< double > > > & | cf, | ||
const unsigned int | nsamp, | ||
std::vector< std::complex< double > > & | cres | ||
) |
Definition at line 257 of file IntegrationTools.cxx.
void genie::alvarezruso::integrationtools::SG20R | ( | const double | a, |
const double | b, | ||
const unsigned int | n, | ||
const unsigned int | nsamp, | ||
double * | x, | ||
unsigned int & | np, | ||
double * | w | ||
) |
Definition at line 32 of file IntegrationTools.cxx.
void genie::alvarezruso::integrationtools::SG48R | ( | const double | a, |
const double | b, | ||
const unsigned int | n, | ||
const unsigned int | nsamp, | ||
double * | x, | ||
unsigned int & | np, | ||
double * | w | ||
) |
Definition at line 127 of file IntegrationTools.cxx.
void genie::alvarezruso::integrationtools::SGNR | ( | const double | a, |
const double | b, | ||
const unsigned int | n, | ||
const unsigned int | nsamp, | ||
double * | x, | ||
unsigned int & | np, | ||
double * | w | ||
) |
Definition at line 228 of file IntegrationTools.cxx.