fixdynamic | R Documentation |
Retapes an existing CppAD
tape but with some of original dynamic parameters fixed to specified values.
For creating this tape, the values of pfun$xtape
is used.
fixdynamic(pfun, theta, isfixed)
pfun |
An |
theta |
A numerical vector specifying the value of all dynamic parameters of |
isfixed |
A boolean vector same length as |
An Rcpp_ADFun
object.
Other tape builders:
avgrange()
,
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.