codac
1.5.6
Loading...
Searching...
No Matches
src
core
contractors
codac2_CtcIdentity.h
Go to the documentation of this file.
1
9
10
#pragma once
11
12
#include "
codac2_CtcWrapper.h
"
13
#include "
codac2_IntervalVector.h
"
14
15
namespace
codac2
16
{
17
class
CtcIdentity :
public
Ctc<CtcIdentity,IntervalVector>
18
{
19
public
:
20
21
CtcIdentity(Index n);
22
23
void
contract([[maybe_unused]] IntervalVector& x)
const
;
24
};
25
}
codac2_CtcWrapper.h
codac2_IntervalVector.h
Generated by
1.13.0