softsusy is hosted by Hepforge, IPPP Durham
SOFTSUSY  4.1
mycomplex.h File Reference

complex numbers and operators between them More...

#include <iosfwd>
#include <complex>

Go to the source code of this file.

Classes

class  Complex
 drop-in replacement for the original home-grown Complex class More...
 

Functions

std::ostream & operator<< (std::ostream &left, const Complex &s)
 Formatted output.
 
std::istream & operator>> (std::istream &left, Complex &v)
 Formatted input.
 
Complex conj (const Complex &a)
 
Complex log (const Complex &a)
 Principal log.
 
Complex exp (const Complex &a)
 
Complex sqrt (const Complex &a)
 

Detailed Description

complex numbers and operators between them