#include <analytic.hpp>
Definition at line 1338 of file analytic.hpp.
Definition at line 1340 of file analytic.hpp.
| Abs_type | ( | C | ) | const [inline] |
Definition at line 1347 of file analytic.hpp.
References binary_analytic_rep< div_op, C, V >::g, mmx::me, and mmx::R.
01347 { 01348 R lg= lower_bound (this->g, r, order, a); 01349 if (lg <= 0) return Maximal (R); 01350 R tf= tail_bound (this->f, r, order, a); 01351 R tg= tail_bound (this->g, r, order, a); 01352 R hh= head_bound (this->me (), r, order); 01353 R cb= conv_bound (this->me (), this->me (), this->g, r, order); 01354 //mmout << "tf= " << tf << "\n"; 01355 //mmout << "tg= " << tg << "\n"; 01356 //mmout << "lg= " << lg << "\n"; 01357 //mmout << "hh= " << hh << "\n"; 01358 //mmout << "cb= " << cb << "\n"; 01359 return (tf + cb + hh * tg) / lg; }
| void Clear_cache | ( | nat | which | ) | const [inline, inherited] |
Definition at line 1137 of file analytic.hpp.
01137 { 01138 Analytic_rep::Clear_cache (which); 01139 clear_cache (f, which); 01140 clear_cache (g, which); }
Definition at line 1147 of file analytic.hpp.
| C Eval | ( | const typename unvectorize< C >::val & | z | ) | const [inline, inherited] |
| series<C > Expand | ( | ) | const [inline, inherited] |
| analytic<C ,V > Move | ( | const typename unvectorize< C >::val & | z | ) | const [inline, inherited] |
Definition at line 1133 of file analytic.hpp.
Referenced by div_analytic_rep< C, V >::Abs_type().
1.6.1