Go to the source code of this file.
Namespaces | |
namespace | Flash |
Functions | |
template<typename Function , typename FunctionPrime > | |
double | Flash::NewtonRaphson (Function function, FunctionPrime derivative, double initialGuess, double tolerance=1.0E-4, unsigned maxIterations=100) |
template<typename Function > | |
double | Flash::NewtonRaphson (Function function, double initialGuess, double tolerance=1.0E-4, unsigned maxIterations=100) |