Automatic Differentiation
 
Loading...
Searching...
No Matches
algebra_solver_adapter< F > Struct Template Reference

Detailed Description

template<typename F>
struct algebra_solver_adapter< F >

Adapt the non-variadic algebra_solver_newton and algebra_solver_powell arguemts to the variadic algebra_solver_newton_impl and algebra_solver_powell_impl interfaces.

Template Parameters
Ftype of function to adapt.

Definition at line 15 of file algebra_solver_adapter.hpp.

#include <algebra_solver_adapter.hpp>

Public Member Functions

 algebra_solver_adapter (const F &f)
 
template<typename T1 , typename... T2>
auto operator() (const T1 &x, std::ostream *msgs, T2 &&... args) const
 

Public Attributes

const F & f_
 

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