Classes | Namespaces

mapcub.h File Reference

This file contains the definition of the cubic map -x^3 + 3x - a on [-4,4] without using interval arithmetic for non-rigorous computations. More...

#include <string>
#include <iostream>
#include "maptype.h"

Go to the source code of this file.

Classes

class  unifexp::mapCubic< numType >
 This class defines the cubic map -x^3 + 3x - a on [-4,4] without using interval arithmetic. More...

Namespaces

namespace  unifexp
 

This namespace contains all the classes and functions defined in the Uniform Expansion project files.



Detailed Description

This file contains the definition of the cubic map -x^3 + 3x - a on [-4,4] without using interval arithmetic for non-rigorous computations.

Author:
Pawel Pilarczyk

Definition in file mapcub.h.