numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::roots::newton_raphson< Function > Class Template Reference

Class of Newton-Raphson method. More...

+ Collaboration diagram for num_collect::roots::newton_raphson< Function >:

Detailed Description

template<concepts::differentiable_function Function>
class num_collect::roots::newton_raphson< Function >

Class of Newton-Raphson method.

Template Parameters
FunctionType of the function of equation.

Definition at line 51 of file newton_raphson.h.


The documentation for this class was generated from the following file: