Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ operator()()

template<typename S >
int stan::math::hybrj_functor_solver< S >::operator() ( const Eigen::VectorXd &  iv,
Eigen::VectorXd &  fvec 
)
inline

Computes the value the algebraic function, f, when pluging in the independent variables, and the Jacobian w.r.t unknowns.

Parameters
[in]ivindependent variables
[in,out]fvecvalue of algebraic function when plugging in iv.

Definition at line 61 of file algebra_system.hpp.