tape_swap | R Documentation |
Convert an Rcpp_ADFun
object so that the independent values become dynamic parameters
and the dynamic parameters become independent values
tape_swap(pfun)
pfun |
An |
For creating this tape, the values of pfun$xtape
and pfun$dyntape
are used.
An Rcpp_ADFun
object.
Other tape builders:
tape_Hessian()
,
tape_Jacobian()
,
tape_gradoffset()
,
tape_logJacdet()
,
tape_smd()
,
tape_uld()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.