Paul Heidmann Fractal Example
1.0
|
This is the complete list of members for fractal::newtonsMethod< floatType >, including all inherited members.
cmplxType typedef | fractal::newtonsMethod< floatType > | |
findZero(std::uint32_t &numIters) const | fractal::newtonsMethod< floatType > | inline |
funcType typedef | fractal::newtonsMethod< floatType > | |
m_epsilon | fractal::newtonsMethod< floatType > | private |
m_f | fractal::newtonsMethod< floatType > | private |
m_fPrime | fractal::newtonsMethod< floatType > | private |
m_initialGuess | fractal::newtonsMethod< floatType > | private |
m_maxIterations | fractal::newtonsMethod< floatType > | private |
newtonsMethod()=delete | fractal::newtonsMethod< floatType > | |
newtonsMethod(const cmplxType &initialGuess, const funcType &f, const funcType &f_prime, const std::uint32_t maxIterations, const floatType &epsilon) | fractal::newtonsMethod< floatType > | inline |
~newtonsMethod() | fractal::newtonsMethod< floatType > | inline |