numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::roots Namespace Reference

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.
 

Detailed Description

Namespace of root-finding algorithms.

Variable Documentation

◆ newton_raphson_tag

auto num_collect::roots::newton_raphson_tag
constexpr
Initial value:
=
logging::log_tag_view("num_collect::roots::newton_raphson")

Tag of newton_raphson.

Definition at line 42 of file newton_raphson.h.