#include <analytic.hpp>
Definition at line 1563 of file analytic.hpp.
Definition at line 1566 of file analytic.hpp.
01566 : 01567 Analytic_rep (CF(f2)), f (f2), g (g2) {} void Clear_cache (nat which) const {
| Abs_type | ( | C | ) | const [inline] |
Definition at line 1574 of file analytic.hpp.
| void Clear_cache | ( | nat | which | ) | const [inline] |
Definition at line 1568 of file analytic.hpp.
References mmx::clear_cache().
01568 { 01569 Analytic_rep::Clear_cache (which); 01570 clear_cache (f, which); 01571 clear_cache (g, which); }
Definition at line 1583 of file analytic.hpp.
References mmx::compose(), and mmx::derive().
| C Eval | ( | const typename unvectorize< C >::val & | z | ) | const [inline] |
Definition at line 1581 of file analytic.hpp.
References mmx::default_eval(), and mmx::me.
01581 { 01582 return default_eval (this->me (), z); }
| series<C> Expand | ( | ) | const [inline] |
Definition at line 1572 of file analytic.hpp.
References mmx::compose(), and mmx::expand().
| analytic<C,V> Move | ( | const typename unvectorize< C >::val & | z | ) | const [inline] |
Definition at line 1577 of file analytic.hpp.
References Analytic, mmx::compose(), and mmx::move().
1.6.1