35#ifndef _CMGRAPHS_POPMODEL_H_ 
   36#define _CMGRAPHS_POPMODEL_H_ 
   60        void compute (
const double *xleft, 
const double *xright,
 
   61                double *yleft, 
double *yright, 
int dim,
 
   62                const spcCoord *coord, 
int subdiv) 
const;
 
   75        double *yleft, 
double *yright, 
int dim, 
const spcCoord *, 
int)
 const 
   78        const IntervalType e (2.7182818284590452, 2.7182818284590454);
 
   83        for (
int i = 0; i < dim; ++ i)
 
   95        for (
int i = dim - 1; i > 0; -- i)
 
  101                yleft [i] = result. leftBound ();
 
  102                yright [i] = result. rightBound ();
 
  106        yleft [0] = first. leftBound ();
 
  107        yright [0] = first. rightBound ();
 
This class defines a map for the nonlinear density dependent overcompensatory Leslie population model...
 
void compute(const double *xleft, const double *xright, double *yleft, double *yright, int dim, const spcCoord *coord, int subdiv) const
Computes the image of a box whose left and right coordinates are given.
 
MapPopModel()
The default constructor.
 
This is an abstract class which defines the interface to other classes that describe maps for the use...
 
const double & getLeftParam(int n) const
Returns the left value of the given parameter.
 
const double & getRightParam(int n) const
Returns the right value of the given parameter.
 
Data types for interval arithmetic.
 
void resetRounding()
This function resets rounding switches of the processor and sets rounding to the nearest.
 
bool testIntervals(bool throwException=false)
Testing interval arithmetic.
 
capd::DInterval IntervalType
The type of an interval (from the CAPD library 2.9/3.0 beta).
 
int spcCoord
The type of coordinates of cubes in the phase space.