#include <Z7Processor.h>
Inheritance diagram for Z7Processor:

Public Methods | |
| virtual ComplexNumber | iterate (const ComplexNumber &z, const ComplexNumber &u) const |
| Performs one iteration in the Z7Processor calculation. | |
| virtual unsigned short | iterate_to_end (const ComplexNumber &initial_z, const ComplexNumber &u, unsigned short max_itns) const |
| Calculates the number of iterations needed to determine that the given point is outside the set, or returns 'max_itns' if the point may be in the set. | |
|
||||||||||||
|
Performs one iteration in the Z7Processor calculation.
Implements Processor. |
|
||||||||||||||||
|
Calculates the number of iterations needed to determine that the given point is outside the set, or returns 'max_itns' if the point may be in the set.
Implements Processor. |
1.2.16