numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
newton_raphson.h File Reference

Definition of newton_raphson class. More...

+ Include dependency graph for newton_raphson.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::roots::newton_raphson< Function >
 Class of Newton-Raphson method. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::roots
 Namespace of root-finding algorithms.
 

Variables

constexpr auto num_collect::roots::newton_raphson_tag
 Tag of newton_raphson.
 

Detailed Description

Definition of newton_raphson class.

Definition in file newton_raphson.h.