#include <cstdlib>
#include <iostream>
#include <cmath>
#include "def.h"
#include "utils.h"
Classes | |
class | Complex |
"Home-grown" complex class with some complex algebra included More... | |
Functions | |
Complex | log (const Complex &a) |
Principal log. | |
ostream & | operator<< (ostream &, const Complex &) |
Formatted output. | |
istream & | operator>> (istream &left, Complex &v) |
Formatted input. |
Revision 1.5 2004/01/15 13:54:54 allanach New heaer style implemented
Revision 1.4 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.3 2003/02/21 13:02:07 allanach Changed headings to new conventions
Revision 1.3 2001/10/04 19:26:34 allanach New version deals with AMSB correctly
Revision 1.2 2001/10/03 13:34:16 allanach Changed name of complex.h to avoid conflict with STD libraries Added proper header info