std Namespace Reference

Define real & complex conjugation for non-complex types and put comparisons into std namespace. More...

Functions

float conj (float x)
double conj (double x)
float real (float x)
double real (double x)
float imag (float)
double imag (double)

Detailed Description

Define real & complex conjugation for non-complex types and put comparisons into std namespace.

The new C++11 standard library already defines real and imag.


Function Documentation

double std::conj ( double  x  )  [inline]

Definition at line 346 of file Complex.h.

float std::conj ( float  x  )  [inline]
double std::imag ( double   )  [inline]

Definition at line 351 of file Complex.h.

float std::imag ( float   )  [inline]
double std::real ( double  x  )  [inline]

Definition at line 349 of file Complex.h.

float std::real ( float  x  )  [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1