chemmisol 0.1
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
newton.h File Reference
#include <functional>
#include <cmath>
#include "linear.h"
#include "gauss.h"
Include dependency graph for newton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chemmisol::Newton< X, M, G >
 

Namespaces

namespace  chemmisol
 

Typedefs

template<typename X , typename M >
using chemmisol::AbsoluteNewton = Newton< X, M, abs >
 

Functions

template<typename T >
chemmisol::identity (const T &x)
 

Detailed Description

Implementation of the Newton-Raphson method.