keeprange | R Documentation |
Retapes an existing CppAD
tape omitting some of the returned elements.
For creating this tape, the values of pfun$dyntape
and pfun$xtape
are used.
keeprange(pfun, keep)
pfun |
An |
keep |
Integers (lowest of 1, highest of |
An Rcpp_ADFun
object.
Other tape builders:
avgrange()
,
fixdynamic()
,
fixindependent()
,
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.