Paul Heidmann Fractal Example  1.0
fractalOne Namespace Reference

This namespace contains the equations and parameters that are used to generate the first example fractal. More...

Typedefs

typedef double fltType
 
typedef fractal::fractalParams
< fltType
fractalParamsType
 
typedef std::complex< fltTypecmplxType
 

Functions

std::shared_ptr
< fractalParamsType
getFractalParams (void)
 

Detailed Description

This namespace contains the equations and parameters that are used to generate the first example fractal.

This namespace contains the parameters and equations needed to generate the first example fractal. This fractal uses the function:
$f(z) = z^5 - 5.0*z^4 - 55.0*z^3 + 245.0*z^2 + 654.0*z - 2520.0$
which is:
$f(z) = (z + 6)*(z + 4)*(z - 3)*(z - 5)*(z - 7)$

Author
Paul S. Heidmann

Typedef Documentation

typedef std::complex<fltType> fractalOne::cmplxType

Definition at line 41 of file fractalOne.hpp.

typedef double fractalOne::fltType

Definition at line 39 of file fractalOne.hpp.

Function Documentation

std::shared_ptr< FO::fractalParamsType > fractalOne::getFractalParams ( void  )

Definition at line 78 of file fractalOne.cpp.

Referenced by main().