#include <analytic.hpp>
Definition at line 1246 of file analytic.hpp.
| neg_analytic_rep | ( | const analytic< C, V > & | f | ) | [inline] |
Definition at line 1248 of file analytic.hpp.
| Abs_type | ( | C | ) | const [inline] |
Definition at line 1252 of file analytic.hpp.
| Abs_type | ( | typename unvectorize< C >::val | ) | const [inline] |
Definition at line 1250 of file analytic.hpp.
01250 { 01251 return radius_bound (this->f); }
| void Clear_cache | ( | nat | which | ) | const [inline, inherited] |
Definition at line 1065 of file analytic.hpp.
References mmx::clear_cache(), and unary_analytic_rep< Op, C, V >::Clear_cache().
01065 { 01066 Analytic_rep::Clear_cache (which); 01067 clear_cache (f, which); }
Definition at line 1074 of file analytic.hpp.
References mmx::me.
| C Eval | ( | const typename unvectorize< C >::val & | z | ) | const [inline, inherited] |
Definition at line 1072 of file analytic.hpp.
References mmx::eval().
| series<C > Expand | ( | ) | const [inline, inherited] |
Definition at line 1068 of file analytic.hpp.
References mmx::expand().
| analytic<C ,V > Move | ( | const typename unvectorize< C >::val & | z | ) | const [inline, inherited] |
Definition at line 1070 of file analytic.hpp.
References mmx::move().
1.6.1