|
KASKADE 7 development version
|
#include <vector>#include <memory>#include <cmath>#include <fstream>#include "dune/grid/config.h"#include "abstract_interface.hh"#include "algorithm_base.hh"#include "newton_damped.hh"#include "modelfunction.hh"#include <boost/timer/timer.hpp>Go to the source code of this file.
Classes | |
| class | Kaskade::InteriorPointParameters |
| class | Kaskade::HomotopyBase |
| Base class for homotopy methods. Here, the main algorithm is programmed. More... | |
| class | Kaskade::InteriorPointSimple |
| Very simple implementation of homotopy method: fixed stepsize. More... | |
| class | Kaskade::InteriorPointParametersSqrt |
| class | Kaskade::InteriorPointSqrtModel |
| InteriorPointMethod with a sqrt-model of the path: eta ~ mu^{-1/2}, omega ~mu^{-1/2}. More... | |
| class | Kaskade::InteriorPointSlopeEstimate |
Namespaces | |
| namespace | Kaskade |
Functions | |
| template<class Equation > | |
| double | Kaskade::bisection (double a, double b, Equation const &f, double accuracy, int &iterations) |
| Performs bisection algorithm to find a zero of a. More... | |