babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Classes | |
struct | EllipseParams |
Functions | |
bool | ellipsesAreDisjoint (const EllipseParams &e1, const EllipseParams &e2) |
bool | __private_ellipsesAreDisjoint (const double coeffLamPow3, const double coeffLamPow2, const double coeffLamPow1, const double coeffLamPow0) |
bool Lester::__private_ellipsesAreDisjoint | ( | const double | coeffLamPow3, |
const double | coeffLamPow2, | ||
const double | coeffLamPow1, | ||
const double | coeffLamPow0 | ||
) |
Definition at line 262 of file lester_mt2_bisect.h.
References Lester::EllipseParams::c.
Referenced by ellipsesAreDisjoint().
bool Lester::ellipsesAreDisjoint | ( | const EllipseParams & | e1, |
const EllipseParams & | e2 | ||
) |
Definition at line 236 of file lester_mt2_bisect.h.
References __private_ellipsesAreDisjoint(), Lester::EllipseParams::det, and Lester::EllipseParams::lesterFactor().
Referenced by asymm_mt2_lester_bisect::get_mT2_Sq().