CAPD::DynSys Library
6.0.0
|
#include <cmath>
#include <stdexcept>
#include <fstream>
#include "capd/krak/krak.h"
#include "capd/capdlib.h"
Functions | |
void | axes (Frame &fr) |
void | initGraph (double step, int order) |
template<class SetT > | |
void | computeRigorousTrajectory (SetT &set, IOdeSolver &solver, int color, frstring description) |
void | computeNonrigorousTrajectory (const DVector ¢er, double sizeOfSet, int grid) |
int | main (int, char *[]) |
Variables | |
double | minx =-2.6 |
double | maxx =2.6 |
double | miny =-2.6 |
double | maxy =2.6 |
Frame | fr |
Frame | txt |
double | step =0.25 |
int | order = 20 |