neg_analytic_rep< C, V > Class Template Reference

#include <analytic.hpp>

Inheritance diagram for neg_analytic_rep< C, V >:
unary_analytic_rep< neg_op, C, V > analytic_rep

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

template<typename C, typename V>
class mmx::neg_analytic_rep< C, V >

Definition at line 1246 of file analytic.hpp.


Constructor & Destructor Documentation

neg_analytic_rep ( const analytic< C, V > &  f  )  [inline]

Definition at line 1248 of file analytic.hpp.

01248                                       :
01249     unary_analytic_rep<neg_op,C,V> (f) {}
  Radius Radius_bound (nat order) const {


Member Function Documentation

Abs_type ( C   )  const [inline]

Definition at line 1252 of file analytic.hpp.

01252                                                              {
01253     return tail_bound (this->f, r, order, a); }

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); }

analytic<C ,V > Derive (  )  const [inline, inherited]

Definition at line 1074 of file analytic.hpp.

References mmx::me.

01074                            {
01075     return Op::diff_op (this->me (), f); }

C Eval ( const typename unvectorize< C >::val &  z  )  const [inline, inherited]

Definition at line 1072 of file analytic.hpp.

References mmx::eval().

01072                                  {
01073     return Op::op (eval (f, z)); }

series<C > Expand (  )  const [inline, inherited]

Definition at line 1068 of file analytic.hpp.

References mmx::expand().

01068                          {
01069     return Op::op (expand (f)); }

analytic<C ,V > Move ( const typename unvectorize< C >::val &  z  )  const [inline, inherited]

Definition at line 1070 of file analytic.hpp.

References mmx::move().

01070                                         {
01071     return Op::op (move (f, z)); }


Member Data Documentation

analytic<C ,V > f [protected, inherited]

Definition at line 1061 of file analytic.hpp.


The documentation for this class was generated from the following file:

Generated on 6 Dec 2012 for continewz by  doxygen 1.6.1