Stan Math Library
4.9.0
Automatic Differentiation
|
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.
F | type 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_ |