|
TMB Documentation
v1.9.11
|
Easy access to AD library. More...
Go to the source code of this file.
Namespaces | |
| autodiff | |
| Automatic differentiation (gradient, hessian, jacobian) | |
Functions | |
| template<class Functor , class Type > | |
| vector< Type > | autodiff::gradient (Functor F, vector< Type > x) |
| Calculate gradient of vector function with scalar values. More... | |
| template<class Functor , class Type > | |
| matrix< Type > | autodiff::hessian (Functor f, vector< Type > x) |
| Calculate hessian of vector function with scalar values. More... | |
| template<class Functor , class Type > | |
| matrix< Type > | autodiff::jacobian (Functor f, vector< Type > x) |
| Calculate jacobian of vector function with vector values. More... | |
Easy access to AD library.
Definition in file autodiff.hpp.