codac
codac2_AbstractDomain.h
Go to the documentation of this file.
1 
12 #ifndef __CODAC2_ABSTRACTDOMAIN_H__
13 #define __CODAC2_ABSTRACTDOMAIN_H__
14 
15 #include "codac_IntervalVector.h"
16 
17 namespace codac2
18 {
24  {
25  public:
26 
28  codac::IntervalVector box() const;
29 
30  protected:
31 
32  };
33 }
34 
35 #endif
Definition: codac2_eigen.h:38
...
Definition: codac2_AbstractDomain.h:23