ADNimbleList {nimble} | R Documentation |
Data type for the return value of nimDerivs
Description
nimbleList
definition for the type of nimbleList
returned by nimDerivs
.
Usage
ADNimbleList
Format
An object of class list
of length 1.
Fields
value
The value of the function evaluated at the given input arguments.
jacobian
The Jacobian of the function evaluated at the given input arguments.
hessian
The Hessian of the function evaluated at the given input arguments.
See Also
[Package nimble version 1.2.1 Index]