sigma
0.0.0
|
Complex number operations for uncertain variables. More...
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. | |
Complex number operations for uncertain variables.