newton.hh File Reference
#include <type_traits>
#include "basics/debug.hh"
#include "basics/warnings/push.h"
#include "basics/warnings/ignore_warning_dangling_field.h"
#include "basics/warnings/pop.h"
Go to the source code of this file.
Classes | |
class | concepts::Newton< F > |
Solves a non-linear system of the form A(X)=Y. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Macros | |
#define | NEWTON_CONST_D 0 |
Detailed Description
Non-linear solver using the new Newton algorithm
Definition in file newton.hh.