sigma
0.0.0
|
Defines the Uncertain class. More...
#include <cmath>
#include <iostream>
#include <map>
#include <memory>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | sigma::Uncertain< ValueType > |
Models an unceratin variable. More... | |
Namespaces | |
namespace | sigma |
The primary namespace for the sigma library. | |
namespace | sigma::detail_ |
The namespace that contains the implementation details of the library. | |
Typedefs | |
using | sigma::UFloat = Uncertain<float> |
Typedef for an uncertain float. | |
using | sigma::UDouble = Uncertain<double> |
Typedef for an uncertain double. | |
Defines the Uncertain class.