This file contains the definition of the quadratic map f(x)=x^2-a without using interval arithmetic for non-rigorous computations. More...
#include <string>#include <iostream>#include "maptype.h"#include "chomp/system/textfile.h"Go to the source code of this file.
Classes | |
| class | unifexp::mapQuadr< numType > |
| This class defines the quadratic map f(x)=x^2-a without using 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 quadratic map f(x)=x^2-a without using interval arithmetic for non-rigorous computations.
Definition in file mapquad.h.
1.7.2