You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/functions-reference/higher-order_functions.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Solves the algebraic system, given an initial guess, using Powell's hybrid metho
78
78
{{< since 2.31 >}}
79
79
80
80
<!-- vector; solve_powell_tol; (function algebra_system, vector y_guess, data real rel_tol, data real f_tol, int max_steps, ...); -->
81
-
\index{{\tt \bfseries solve\powell\_tol }!{\tt (function algebra\_system, vector y\_guess, data real rel\_tol, data real f\_tol, int max\_steps, ...): vector}|hyperpage}
81
+
\index{{\tt \bfseries solve\_powell\_tol }!{\tt (function algebra\_system, vector y\_guess, data real rel\_tol, data real f\_tol, int max\_steps, ...): vector}|hyperpage}
82
82
`vector`**`solve_powell_tol`**`(function algebra_system, vector y_guess, data real rel_tol, data real f_tol, int max_steps, ...)`<br>\newline
83
83
Solves the algebraic system, given an initial guess, using Powell's hybrid method with additional control parameters for the solver.
0 commit comments