This file contains the definition of the cubic map -x^3 + 3x - a on [-4,4] with the usage of interval arithmetic for rigorous computations. More...
#include <string>#include <iostream>#include "maptype.h"#include "intvcapd.h"Go to the source code of this file.
Classes | |
| class | unifexp::mapCubicIntv< numType > |
| This class defines the cubic map -x^3 + 3x - a on [-4,4] with the usage of interval arithmetic. More... | |
Namespaces | |
| namespace | unifexp |
This namespace contains all the classes and functions defined in the Uniform Expansion project files. | |
This file contains the definition of the cubic map -x^3 + 3x - a on [-4,4] with the usage of interval arithmetic for rigorous computations.
Definition in file mapcubi.h.
1.7.2