class Complex


Public Fields

compType re
compType im

Public Methods

Complex(void)
Complex(compType r, compType i)
Complex(const Complex &c)
~Complex(void)
Complex operator+(Complex v)
Complex operator-(Complex v)
Complex operator*(Complex v)
Complex operator=(Complex v)
Complex operator/(compType v)
compType norm()
void raz()
friend ostream& operator<<(ostream &os, Complex v)
friend istream& operator>>(istream &is, Complex &v)

Documentation

compType re

compType im

Complex(void)

Complex(compType r, compType i)

Complex(const Complex &c)

~Complex(void)

Complex operator+(Complex v)

Complex operator-(Complex v)

Complex operator*(Complex v)

Complex operator=(Complex v)

Complex operator/(compType v)

compType norm()

void raz()

friend ostream& operator<<(ostream &os, Complex v)

friend istream& operator>>(istream &is, Complex &v)


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de