Loading...
Searching...
No Matches
Go to the documentation of this file.
20 template<
typename W,
typename T>
21 class AbstractConstTube
30 AbstractConstTube(
const T& x);
32 virtual ~AbstractConstTube()
37 virtual size_t size()
const = 0;
39 virtual Interval t0_tf()
const = 0;
40 virtual W codomain()
const = 0;
48 void print(std::ostream& os)
const