Package mpfun


class DComplex
This class represents double complex type.

Author:
unknown.

Version:
Sep 21 1998, by Herman Harjono

Source:
../../include/complex.h:14

Constructors Index

DComplex
[public]
DComplex
[public]


Methods Index

operator *= ( const DComplex & d )
[public]
operator += ( const DComplex & d )
[public]
operator -= ( const DComplex & d )
[public]
operator = ( const DComplex & d )
[public]
operator/
[public]


Constructors

DComplex

  public DComplex DComplex ( double r = 0 . 0 , 
                             double i = 0 . 0 ) ; 

DComplex

  public DComplex DComplex ( const DComplex & d ) ; 

Methods

operator = ( const DComplex & d )

  public const DComplex & operator = ( const DComplex & d ) ; 

operator += ( const DComplex & d )

  public DComplex & operator += ( const DComplex & d ) ; 

operator -= ( const DComplex & d )

  public DComplex & operator -= ( const DComplex & d ) ; 

operator *= ( const DComplex & d )

  public DComplex & operator *= ( const DComplex & d ) ; 

operator/

  public DComplex & operator/ ( const DComplex & d ) ; 

This documentation was generated automatically by the ccdoc tool (version 0.6).
Click here to submit a bug report or feature request.