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