matrix_access_analytic_rep< C, V > Class Template Reference

#include <analytic_matrix.hpp>

Inheritance diagram for matrix_access_analytic_rep< C, V >:
analytic_rep

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

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

Definition at line 76 of file analytic_matrix.hpp.


Constructor & Destructor Documentation

matrix_access_analytic_rep ( const analytic< matrix< C >, V > &  f2,
nat  i2,
nat  j2 
) [inline]

Definition at line 82 of file analytic_matrix.hpp.

00082                                                      :
00083       Analytic_rep (get_format1 (CF(f2))), f (f2), i (i2), j (j2) {}
  void Clear_cache (nat which) const {


Member Function Documentation

Abs_type ( C   )  const [inline]

Definition at line 91 of file analytic_matrix.hpp.

References matrix_access_analytic_rep< C, V >::f, matrix_access_analytic_rep< C, V >::i, and matrix_access_analytic_rep< C, V >::j.

00091                                                              {
00092     return read (tail_bound (this->f, r, order, a), i, j); }

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

Definition at line 89 of file analytic_matrix.hpp.

References matrix_access_analytic_rep< C, V >::f.

00089                                         {
00090     return radius_bound (f, order); }

void Clear_cache ( nat  which  )  const [inline]

Definition at line 84 of file analytic_matrix.hpp.

References mmx::clear_cache(), and matrix_access_analytic_rep< C, V >::f.

00084                                      {
00085     Analytic_rep::Clear_cache (which);
00086     clear_cache (f, which); }

analytic<C,V> Derive (  )  const [inline]
C Eval ( const typename unvectorize< C >::val &  z  )  const [inline]
series<C> Expand (  )  const [inline]
analytic<C,V> Move ( const typename unvectorize< C >::val &  z  )  const [inline]

Member Data Documentation

const analytic<matrix<C>,V> f [protected]
nat i [protected]
nat j [protected]

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

Generated on 6 Dec 2012 for continewz by  doxygen 1.6.1