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

Public Methods | |
| virtual ComplexNumber | iterate (const ComplexNumber &z, const ComplexNumber &u) const |
| Performs one iteration in the Z2PlusZProcessor calculation. | |
| virtual int | iterate_to_end (const ComplexNumber &initial_z, const ComplexNumber &u, int 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 Z2PlusZProcessor 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.
|
1.2.16