#include "libecs.hpp"
#include "Stepper.hpp"
#include "boost/multi_array.hpp"
Go to the source code of this file.
Namespaces | |
namespace | libecs |
Typedefs | |
typedef boost::multi_array < Real, 2 > | libecs::RealMatrix_ |
DIFFERENTIAL EQUATION SOLVER. | |
Functions | |
libecs::DECLARE_TYPE (RealMatrix_, RealMatrix) | |
libecs::DECLARE_CLASS (DifferentialStepper) | |
libecs::LIBECS_DM_CLASS (DifferentialStepper, Stepper) | |
libecs::DECLARE_CLASS (AdaptiveDifferentialStepper) | |
ADAPTIVE STEPSIZE DIFFERENTIAL EQUATION SOLVER. | |
libecs::LIBECS_DM_CLASS (AdaptiveDifferentialStepper, DifferentialStepper) |