File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -16481,7 +16481,6 @@ The C code underlying @code{optim} can be accessed directly. The user
1648116481needs to supply a function to compute the function to be minimized, of
1648216482the type
1648316483
16484- @apifun optimfn
1648516484@example
1648616485typedef double optimfn(int n, double *par, void *ex);
1648716486@end example
@@ -16493,7 +16492,6 @@ routine, normally used to carry auxiliary information.
1649316492
1649416493Some of the methods also require a gradient function
1649516494
16496- @apifun optimgr
1649716495@example
1649816496typedef void optimgr(int n, double *par, double *gr, void *ex);
1649916497@end example
@@ -16576,7 +16574,6 @@ The C code underlying @code{integrate} can be accessed directly. The
1657616574user needs to supply a @emph{vectorizing} C function to compute the
1657716575function to be integrated, of the type
1657816576
16579- @apifun integr_fn
1658016577@example
1658116578typedef void integr_fn(double *x, int n, void *ex);
1658216579@end example
You can’t perform that action at this time.
0 commit comments