bvp::del1 Class Reference

#include <diff_op.hpp>

Inheritance diagram for bvp::del1:

Inheritance graph
[legend]
Collaboration diagram for bvp::del1:

Collaboration graph
[legend]

List of all members.

Public Member Functions

double at (const realfunc &f, const point &p) const
double at (const realfunc &f, const point &p, size_t i) const


Member Function Documentation

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

Implements bvp::diff_op.

00057                                                         {
00058     return f.d(p,1);
00059   }

Here is the call graph for this function:

double bvp::del1::at ( const realfunc f,
const point &  p,
size_t  i 
) const

00061                                                                   {
00062     return f.d(p,i);
00063   }

Here is the call graph for this function:


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