sub_analytic_rep< C, V > Class Template Reference

#include <analytic.hpp>

Inheritance diagram for sub_analytic_rep< C, V >:
binary_analytic_rep< sub_op, C, V > analytic_rep

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

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

Definition at line 1262 of file analytic.hpp.


Constructor & Destructor Documentation

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

Definition at line 1264 of file analytic.hpp.

01264                                                          :
01265     binary_analytic_rep<sub_op,C,V> (f, g) {}
  Radius Radius_bound (nat order) const {


Member Function Documentation

Abs_type ( C   )  const [inline]

Definition at line 1268 of file analytic.hpp.

References binary_analytic_rep< sub_op, C, V >::g.

01268                                                              {
01269     return tail_bound (this->f, r, order, a) +
01270            tail_bound (this->g, r, order, a); }

Abs_type ( typename unvectorize< C >::val   )  const [inline]

Definition at line 1266 of file analytic.hpp.

References binary_analytic_rep< sub_op, C, V >::g.

01266                                         {
01267     return min (radius_bound (this->f), radius_bound (this->g)); }

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

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

Definition at line 1147 of file analytic.hpp.

01147                            {
01148     return Op::diff_op (this->me (), f, g); }

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

Definition at line 1145 of file analytic.hpp.

01145                                  {
01146     return Op::op (eval (f, z), eval (g, z)); }

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

Definition at line 1141 of file analytic.hpp.

01141                          {
01142     return Op::op (expand (f), expand (g)); }

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

Definition at line 1143 of file analytic.hpp.

01143                                         {
01144     return Op::op (move (f, z), move (g, z)); }


Member Data Documentation

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

Definition at line 1133 of file analytic.hpp.

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

Definition at line 1133 of file analytic.hpp.

Referenced by sub_analytic_rep< C, V >::Abs_type().


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

Generated on 6 Dec 2012 for continewz by  doxygen 1.6.1