The Conley-Morse Graphs Software
Macros | Typedefs
typerect.h File Reference

Data type for the rectangular (Lohner-type) set from CAPD. More...

#include "capd/fdcapdlib.h"

Go to the source code of this file.

Macros

#define CAPD_USER_NAMESPACE   capd
 
#define CAPD_DEFAULT_DIMENSION   spaceDim
 
#define PREDICTOR_CORRECTOR
 

Typedefs

typedef capd::C0HORect2Set RectSetType
 The type of the rectangular set to use. More...
 
typedef capd::IVector IntervalVectorType
 The interval vector type for creating the rectangular set by means of its center + box. More...
 

Detailed Description

Data type for the rectangular (Lohner-type) set from CAPD.

Author
Pawel Pilarczyk

Definition in file typerect.h.

Macro Definition Documentation

◆ CAPD_DEFAULT_DIMENSION

#define CAPD_DEFAULT_DIMENSION   spaceDim

Definition at line 41 of file typerect.h.

◆ CAPD_USER_NAMESPACE

#define CAPD_USER_NAMESPACE   capd

Definition at line 40 of file typerect.h.

◆ PREDICTOR_CORRECTOR

#define PREDICTOR_CORRECTOR

Definition at line 58 of file typerect.h.

Typedef Documentation

◆ IntervalVectorType

typedef capd::IVector IntervalVectorType

The interval vector type for creating the rectangular set by means of its center + box.

Definition at line 63 of file typerect.h.

◆ RectSetType

typedef capd::C0HORect2Set RectSetType

The type of the rectangular set to use.

Definition at line 57 of file typerect.h.