Skip to content

Commit 6bccb43

Browse files
author
luke
committed
Drop incorrect API designations.
git-svn-id: https://svn.r-project.org/R/trunk@89053 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent b238c39 commit 6bccb43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/manual/R-exts.texi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16481,7 +16481,6 @@ The C code underlying @code{optim} can be accessed directly. The user
1648116481
needs to supply a function to compute the function to be minimized, of
1648216482
the type
1648316483

16484-
@apifun optimfn
1648516484
@example
1648616485
typedef double optimfn(int n, double *par, void *ex);
1648716486
@end example
@@ -16493,7 +16492,6 @@ routine, normally used to carry auxiliary information.
1649316492

1649416493
Some of the methods also require a gradient function
1649516494

16496-
@apifun optimgr
1649716495
@example
1649816496
typedef 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
1657616574
user needs to supply a @emph{vectorizing} C function to compute the
1657716575
function to be integrated, of the type
1657816576

16579-
@apifun integr_fn
1658016577
@example
1658116578
typedef void integr_fn(double *x, int n, void *ex);
1658216579
@end example

0 commit comments

Comments
 (0)