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)
An Rcpp_ADFun
object.
An Rcpp_ADFun
object.
Other tape builders:
avgrange()
,
fixdynamic()
,
fixindependent()
,
keeprange()
,
tape_Hessian()
,
tape_Jacobian()
,
tape_bdryw()
,
tape_gradoffset()
,
tape_smd()
,
tape_swap()
,
tape_uld()