ode_it_funct_mfptr Class Template Reference

#include <ode_it_solve.h>

Inheritance diagram for ode_it_funct_mfptr:

ode_it_funct

Detailed Description

template<class tclass, class vec_t = o2scl::ovector_view>
class ode_it_funct_mfptr< tclass, vec_t >

Member function pointer for ode_it_solve.

Definition at line 92 of file ode_it_solve.h.


Public Member Functions

virtual ~ode_it_funct_mfptr ()
 ode_it_funct_mfptr (tclass *tp, double(tclass::*fp)(size_t, double, vec_t &))
 Create using a class instance and member function.
virtual double operator() (size_t ieq, double x, vec_t &y)
 Using x and y, return the value of function number ieq.

Protected Member Functions

 ode_it_funct_mfptr ()

Protected Attributes

tclass * tptr
 The class pointer.
double(tclass::* fptr )(size_t ieq, double x, vec_t &y)
 The member function pointer.

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

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page