Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Namespaces | Functions
NewtonIteration.hpp File Reference
#include "fub/ext/Eigen.hpp"

Go to the source code of this file.

Namespaces

 fub
 The fub namespace.
 

Functions

template<typename Function , typename Derivative >
double fub::NewtonIteration (Function &&f, Derivative &&Df, double x0, double tolerance=1e-7, int max_iterations=5000)