This file contains the definition of the quadratic map f(x)=x^2-a with the use 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::mapQuadrIntv< numType > |
This class defines the quadratic map with the use 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 quadratic map f(x)=x^2-a with the use of interval arithmetic for rigorous computations.
Definition in file mapquadi.h.