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

◆ kinsol_solve_fp()

template<typename F , typename fp_jac_type >
void stan::math::FixedPointSolver< KinsolFixedPointEnv< F >, fp_jac_type >::kinsol_solve_fp ( Eigen::VectorXd &  x,
KinsolFixedPointEnv< F > &  env,
double  f_tol,
int  max_num_steps 
)
inline

Solve FP using KINSOL.

Parameters
xinitial point and final solution.
envKINSOL solution environment
f_tolFunction tolerance
max_num_stepsmax nb. of iterations.

Definition at line 239 of file algebra_solver_fp.hpp.