|
const ApxSettings & | apx_settings () |
|
template<> |
IR | CellApproximator::apx_bound< ApxPoly::SIMPLE > (const IR &, const RAN &bound, bool below) |
|
template<> |
IR | CellApproximator::apx_bound< ApxPoly::LINEAR_GRADIENT > (const IR &p, const RAN &bound, bool below) |
|
template<> |
IR | CellApproximator::apx_bound< ApxPoly::TAYLOR > (const IR &p, const RAN &bound, bool below) |
|
template<> |
IR | CellApproximator::apx_bound< ApxPoly::TAYLOR_LIN > (const IR &p, const RAN &bound, bool below) |
|
template<> |
IR | CellApproximator::apx_bound< ApxPoly::MAXIMIZE > (const IR &p, const RAN &bound, bool below) |
|
template<> |
IR | CellApproximator::apx_between< ApxPoly::SIMPLE > (const IR &, const IR &, const RAN &l, const RAN &u) |
|
Rational | mediant (Rational a, Rational b) |
|
Rational | approximate_RAN (const RAN &r) |
|
Rational | approximate_RAN_sb (const RAN &r) |
|
Rational | approximate_RAN_below (const RAN &r) |
|
Rational | approximate_RAN_above (const RAN &r) |
|
template<ApxRoot AR> |
Rational | approximate_root_above (const RAN &inner, const RAN &outer) |
|
template<ApxRoot AR> |
Rational | approximate_root_below (const RAN &inner, const RAN &outer) |
|
template<> |
Rational | approximate_root_above< ApxRoot::SAMPLE_MID > (const RAN &inner, const RAN &outer) |
|
template<> |
Rational | approximate_root_below< ApxRoot::SAMPLE_MID > (const RAN &inner, const RAN &outer) |
|
template<> |
Rational | approximate_root_above< ApxRoot::SIMPLE_REPRESENTATION > (const RAN &inner, const RAN &outer) |
|
template<> |
Rational | approximate_root_below< ApxRoot::SIMPLE_REPRESENTATION > (const RAN &inner, const RAN &outer) |
|
template<> |
Rational | approximate_root_above< ApxRoot::STERN_BROCOT > (const RAN &inner, const RAN &outer) |
|
template<> |
Rational | approximate_root_below< ApxRoot::STERN_BROCOT > (const RAN &inner, const RAN &outer) |
|
template<> |
Rational | approximate_root_above< ApxRoot::FIXED_RATIO > (const RAN &inner, const RAN &outer) |
|
template<> |
Rational | approximate_root_below< ApxRoot::FIXED_RATIO > (const RAN &inner, const RAN &outer) |
|
template<ApxRoot AR> |
Rational | approximate_root (const RAN &inner, const RAN &outer, bool below) |
|