avgrange | R Documentation |
Creates a CppAD
tape that is the average of the returned values of pfun
.
For creating this tape, the values of pfun$dyntape
and pfun$xtape
are used.
avgrange(pfun)
pfun |
An |
An Rcpp_ADFun
object.
Other tape builders:
fixdynamic()
,
fixindependent()
,
keeprange()
,
tape_Hessian()
,
tape_Jacobian()
,
tape_bdryw()
,
tape_gradoffset()
,
tape_logJacdet()
,
tape_smd()
,
tape_swap()
,
tape_uld()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.