binary_scalar_analytic_rep< Op, C, V, X > Class Template Reference

#include <analytic.hpp>

Inheritance diagram for binary_scalar_analytic_rep< Op, C, V, X >:
analytic_rep

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

template<typename Op, typename C, typename V, typename X>
class mmx::binary_scalar_analytic_rep< Op, C, V, X >

Definition at line 1189 of file analytic.hpp.


Constructor & Destructor Documentation

binary_scalar_analytic_rep ( const analytic< C, V > &  f2,
const X &  x2 
) [inline]

Definition at line 1194 of file analytic.hpp.

01194                                                                      :
01195     Analytic_rep (CF(f2)), f(f2), x (x2) {}
  void Clear_cache (nat which) const {


Member Function Documentation

void Clear_cache ( nat  which  )  const [inline]

Definition at line 1196 of file analytic.hpp.

Referenced by binary_scalar_analytic_rep< rmul_op, C, V, C >::Clear_cache().

01196                                      {
01197     Analytic_rep::Clear_cache (which);
01198     clear_cache (f, which); }

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

Definition at line 1205 of file analytic.hpp.

01205                            {
01206     return Op::diff_op (this->me (), f, x); }

C eval ( const typename unvectorize< C >::val &  z  )  const [inline]

Definition at line 1203 of file analytic.hpp.

Referenced by binary_scalar_analytic_rep< rmul_op, C, V, C >::eval().

01203                                  {
01204     return Op::op (eval (f, z), x); }

series<C> Expand (  )  const [inline]

Definition at line 1199 of file analytic.hpp.

01199                          {
01200     return Op::op (expand (f), x); }

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

Definition at line 1201 of file analytic.hpp.

01201                                         {
01202     return Op::op (move (f, z), x); }


Member Data Documentation

analytic<C,V> f [protected]

Definition at line 1191 of file analytic.hpp.

X x [protected]

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

Generated on 6 Dec 2012 for continewz by  doxygen 1.6.1