QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <adaptiverungekutta.hpp>
Public Types | |
typedef AdaptiveRungeKutta< T >::OdeFct1d | OdeFct1d |
Public Member Functions | |
OdeFctWrapper (const OdeFct1d &ode1d) | |
std::vector< T > | operator() (const Real x, const std::vector< T > &y) |
Public Attributes | |
const OdeFct1d & | ode1d_ |
Definition at line 133 of file adaptiverungekutta.hpp.
typedef AdaptiveRungeKutta<T>::OdeFct1d OdeFct1d |
Definition at line 134 of file adaptiverungekutta.hpp.
|
explicit |
Definition at line 135 of file adaptiverungekutta.hpp.
Definition at line 137 of file adaptiverungekutta.hpp.
const OdeFct1d& ode1d_ |
Definition at line 141 of file adaptiverungekutta.hpp.