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

Author
Adrien Semin, 2018

Definition in file newton.hh.

Macro Definition Documentation

◆ NEWTON_CONST_D

#define NEWTON_CONST_D   0

Definition at line 15 of file newton.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich