The Vish Visualization Shell 0.3
Vish
Public Member Functions | List of all members
Traum::Integrator< RealType > Struct Template Referenceabstract

Abstract base class for integration over a certain real type, e.g. More...

#include <elementary/ode/Integrator.hpp>

Inheritance diagram for Traum::Integrator< RealType >:
Traum::IntegratorBase

Public Member Functions

bool contains (const real &x) const
 Query whether the current integration interval [x0,x1) contains a given value.
 

Detailed Description

template<class RealType = long double>
struct Traum::Integrator< RealType >

Abstract base class for integration over a certain real type, e.g.

float, double, qdouble, ...