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
32template<typename T>
33Affine<T> abs(const Affine<T>& a);
34
50template<typename T>
51Affine<T> fabs(const Affine<T>& a);
52
53} // namespace sigma
54
55#include "basic.ipp"
Defines the Affine class.
Implements affine arithmetic.
Definition affine.hpp:48
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