sigma  1.0.0
Loading...
Searching...
No Matches
basic.hpp
Go to the documentation of this file.
1#pragma once
3
7
8namespace sigma {
9
24template<typename T>
26
36template<typename T>
38
39} // namespace sigma
40
41#include "basic.ipp"
Models a numeric interval.
Definition interval.hpp:23
Defines the Interval class.
The primary namespace for the sigma library.
Definition affine.hpp:12
Affine< T > abs(const Affine< T > &a)
Absolute Value of an affine form.
Definition basic.ipp:8
Affine< T > fabs(const Affine< T > &a)
Absolute Value of an affine form.
Definition basic.ipp:25