bvp::del1 Class Reference
#include <diff_op.hpp>
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 }
double bvp::del1::at |
( |
const realfunc & |
f, |
|
|
const point & |
p, |
|
|
size_t |
i | |
|
) |
| | const |
00061 {
00062 return f.d(p,i);
00063 }
The documentation for this class was generated from the following files: