sigma  1.0.0
Loading...
Searching...
No Matches
sigma.hpp
Go to the documentation of this file.
1#pragma once
2#include "eigen_compat.hpp"
3#include "interval.hpp"
5#include "uncertain.hpp"
6
10
17namespace sigma {
18
24namespace detail_ {}
25
26} // namespace sigma
Components for compatibility with Eigen.
Defines the Interval class.
The namespace that contains the implementation details of the library.
Definition operation_common.hpp:10
The primary namespace for the sigma library.
Definition operation_common.hpp:10
Convenience header for operations.
Defines the Uncertain class.