The R Project SVN R

Rev

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

Rev 88589 Rev 88704
Line 92... Line 92...
92
  If \code{function.arg} is not \code{NULL}, \code{deriv} and
92
  If \code{function.arg} is not \code{NULL}, \code{deriv} and
93
  \code{deriv3} return a function with those arguments rather than an
93
  \code{deriv3} return a function with those arguments rather than an
94
  expression.
94
  expression.
95
}
95
}
96
\references{
96
\references{
97
  Griewank, A.  and  Corliss, G. F. (1991)
-
 
98
  \emph{Automatic Differentiation of Algorithms: Theory, Implementation,
-
 
99
    and Application}.
-
 
100
  SIAM proceedings, Philadelphia.
97
  \bibshow{R:Bates+Chambers:1992,
101
 
-
 
102
  \bibshow{R:Bates+Chambers:1992}
98
    R:Griewank+Corliss:1991}
103
}
99
}
104
\seealso{
100
\seealso{
105
  \code{\link{nlm}} and \code{\link{optim}} for numeric minimization
101
  \code{\link{nlm}} and \code{\link{optim}} for numeric minimization
106
  which could make use of derivatives,
102
  which could make use of derivatives,
107
}
103
}