tape_logJacdet | R Documentation |
Creates a tape of the log of the Jacobian determinant of a function taped by CppAD.
The x
vector is used as the value to conduct the taping.
For creating this tape, the values of pfun$xtape
and pfun$dyntape
are used.
tape_logJacdet(pfun)
pfun |
An |
An Rcpp_ADFun
object.
Other tape builders:
tape_Hessian()
,
tape_Jacobian()
,
tape_gradoffset()
,
tape_smd()
,
tape_swap()
,
tape_uld()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.