sigma  0.0.0
Loading...
Searching...
No Matches
complex.hpp File Reference

Complex number operations for uncertain variables. More...

#include "sigma/uncertain.hpp"
#include <complex>

Go to the source code of this file.

Namespaces

namespace  sigma
 The primary namespace for the sigma library.
 

Functions

template<typename T>
const Uncertain< T > & sigma::conj (const Uncertain< T > &a)
 Complex Conjugate.
 
template<typename T>
const Uncertain< T > & sigma::real (const Uncertain< T > &a)
 Get the real part of a value.
 
template<typename T>
Uncertain< T > sigma::imag (const Uncertain< T > &a)
 Get the imaginary part of a value.
 

Detailed Description

Complex number operations for uncertain variables.