The R Project SVN R

Rev

Rev 82618 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82618 Rev 88623
Line 85... Line 85...
85
  A C translation of Fortran code \url{https://netlib.org/fmm/fmin.f}
85
  A C translation of Fortran code \url{https://netlib.org/fmm/fmin.f}
86
  (author(s) unstated)
86
  (author(s) unstated)
87
  based on the Algol 60 procedure \code{localmin} given in the reference.
87
  based on the Algol 60 procedure \code{localmin} given in the reference.
88
}
88
}
89
\references{
89
\references{
90
  Brent, R. (1973)
90
  \bibshow{R:Brent:1973}
91
  \emph{Algorithms for Minimization without Derivatives.}
-
 
92
  Englewood Cliffs N.J.: Prentice-Hall.
-
 
93
}
91
}
94
\seealso{
92
\seealso{
95
  \code{\link{nlm}}, \code{\link{uniroot}}.
93
  \code{\link{nlm}}, \code{\link{uniroot}}.
96
}
94
}
97
\examples{
95
\examples{