34template <
typename Derived, concepts::function Function>
Definition of iterative_solver_base class.
Base class of iterative solvers.
Class of tags of logs without memory management.
Base class of root-finding algorithms for functions.
function_root_finder_base(logging::log_tag_view tag, const function_type &function=function_type())
Constructor.
auto function() -> function_type &
Get the function of equation.
Function function_type
Type of function of equation.
auto function() const -> const function_type &
Get the function of equation.
typename function_type::variable_type variable_type
Type of variables.
Function function_
Function of equation.
Definition of function concept.
Definition of log_tag_view class.
Namespace of root-finding algorithms.
Namespace of num_collect source codes.