numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Namespace of root-finding algorithms. More...
Namespaces | |
namespace | concepts |
Namespace of C++ concepts. | |
namespace | impl |
Namespace of internal implementations. | |
Classes | |
class | function_root_finder_base |
Base class of root-finding algorithms for functions. More... | |
class | newton_raphson |
Class of Newton-Raphson method. More... | |
class | newton_raphson< Function > |
Class of Newton-Raphson method. More... | |
Variables | |
constexpr auto | newton_raphson_tag |
Tag of newton_raphson. | |
Namespace of root-finding algorithms.
|
constexpr |
Tag of newton_raphson.
Definition at line 42 of file newton_raphson.h.