Functions | |
template<typename F > | |
int | dzero (float a, float b, float &x0, float &rv, float eps, int mxf, F func) |
Private version of the exponential integral. More... | |
float | expint (float x) |
Private version of the cosine and sine integral. More... | |
void | sincosint (float x, float &sint, float &cint) |
int VVIObjFDetails::dzero | ( | float | a, |
float | b, | ||
float & | x0, | ||
float & | rv, | ||
float | eps, | ||
int | mxf, | ||
F | func | ||
) |
Private version of the exponential integral.
Definition at line 348 of file VVIObjF.cc.
References funct::abs(), validate-o2o-wbm::f, validate-o2o-wbm::f1, validate-o2o-wbm::f2, alignCSCRings::ff, cms::cuda::func, PixelRegions::L1, PixelRegions::L2, PixelRegions::L3, SiStripPI::max, min(), MetAnalyzer::u1, and MetAnalyzer::u2.
Referenced by VVIObjF::VVIObjF().
float VVIObjFDetails::expint | ( | float | x | ) |
Private version of the cosine and sine integral.
Definition at line 202 of file VVIObjF.cc.
References isotrackTrainRegressor::a1, isotrackTrainRegressor::a2, b1, b2, myMath::fast_expf(), myMath::fast_logf(), SiPixelPI::one, fireworks::p1, fireworks::p2, SiPixelPI::two, findQualityFiles::v, and SiPixelPI::zero.
Referenced by VVIObjF::VVIObjF().
void VVIObjFDetails::sincosint | ( | float | x, |
float & | sint, | ||
float & | cint | ||
) |