bvp::linear_diff_op2 Class Reference

#include <diff_op.hpp>

Inheritance diagram for bvp::linear_diff_op2:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

double operator() (const realfunc &f, const point &p) const


Member Function Documentation

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

Reimplemented from bvp::diff_op.

00020                                                                            {
00021     return diff_op::operator()(f,p);
00022   }

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