bvp::diff_op Class Reference

#include <diff_op.hpp>

Inheritance diagram for bvp::diff_op:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 diff_op ()
double operator() (const realfunc &f, const point &p) const
virtual double at (const realfunc &f, const point &p) const =0
virtual ~diff_op ()


Constructor & Destructor Documentation

bvp::diff_op::diff_op (  ) 

00013                   {
00014   }

virtual bvp::diff_op::~diff_op (  )  [inline, virtual]

00040 {};


Member Function Documentation

double bvp::diff_op::operator() ( const realfunc f,
const point &  p 
) const

Reimplemented in bvp::linear_diff_op2, and bvp::bdry_diff_op.

00016                                                                    {
00017     return at(f,p);
00018   }

Here is the call graph for this function:

virtual double bvp::diff_op::at ( const realfunc f,
const point &  p 
) const [pure virtual]


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

Generated on Fri Jun 6 17:28:26 2008 by  doxygen 1.5.6