codac 1.5.6
Loading...
Searching...
No Matches
codac2_CtcPolar.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include "codac2_Ctc.h"
14
15namespace codac2
16{
17 class CtcPolar : public Ctc<CtcPolar,IntervalVector>
18 {
19 public:
20
21 CtcPolar()
22 : Ctc<CtcPolar,IntervalVector>(4)
23 { }
24
25 void contract(IntervalVector& x) const;
26 };
27}