Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

mdp_complex.h File Reference

Go to the source code of this file.

Functions

mdp_complex operator+ (const mdp_complex &a, const mdp_complex &b)
mdp_complex operator- (const mdp_complex &a, const mdp_complex &b)
mdp_complex operator * (const mdp_complex &a, const mdp_complex &b)
mdp_complex operator/ (const mdp_complex &a, const mdp_complex &b)
mdp_complex operator+ (const mdp_complex &a, const int c)
mdp_complex operator- (const mdp_complex &a, const int c)
mdp_complex operator * (const mdp_complex &a, const int c)
mdp_complex operator/ (const mdp_complex &a, const int c)
mdp_complex operator+ (const int a, const mdp_complex &c)
mdp_complex operator- (const int a, const mdp_complex &c)
mdp_complex operator * (const int a, const mdp_complex &c)
mdp_complex operator/ (const int a, const mdp_complex &c)
mdp_complex operator+ (const mdp_complex &a, const long c)
mdp_complex operator- (const mdp_complex &a, const long c)
mdp_complex operator * (const mdp_complex &a, const long c)
mdp_complex operator/ (const mdp_complex &a, const long c)
mdp_complex operator+ (const long a, const mdp_complex &c)
mdp_complex operator- (const long a, const mdp_complex &c)
mdp_complex operator * (const long a, const mdp_complex &c)
mdp_complex operator/ (const long a, const mdp_complex &c)
mdp_complex operator+ (const mdp_complex &a, const float c)
mdp_complex operator- (const mdp_complex &a, const float c)
mdp_complex operator * (const mdp_complex &a, const float c)
mdp_complex operator/ (const mdp_complex &a, const float c)
mdp_complex operator+ (const float a, const mdp_complex &c)
mdp_complex operator- (const float a, const mdp_complex &c)
mdp_complex operator * (const float a, const mdp_complex &c)
mdp_complex operator/ (const float a, const mdp_complex &c)
mdp_complex operator+ (const mdp_complex &a, const double c)
mdp_complex operator- (const mdp_complex &a, const double c)
mdp_complex operator * (const mdp_complex &a, const double c)
mdp_complex operator/ (const mdp_complex &a, const double c)
mdp_complex operator+ (const double a, const mdp_complex &c)
mdp_complex operator- (const double a, const mdp_complex &c)
mdp_complex operator * (const double a, const mdp_complex &c)
mdp_complex operator/ (const double a, const mdp_complex &c)
mdp_real abs2 (const mdp_complex &a)
ostream & operator<< (ostream &os, const mdp_complex &a)

Variables

const mdp_complex I = mdp_complex(0,1)


Detailed Description

Version:
3-1-2005
Author:
Massimo Di Pierro <mdipierro@cs.depaul.edu>
Contains delcaration of class mdp_complex for complex numbers

This file is copyrighted by MetaCryption LLC Read attached license in file mdp_license.pdf This file cannot be distributed without file mdp_license.pdf


Generated on Sun Feb 27 15:12:23 2005 by  doxygen 1.4.1