|
TMB Documentation
v1.9.11
|
Adaptive derivative table used by AtomOp
More...
#include <checkpoint.hpp>
Public Member Functions | |
| void | retape (ForwardArgs< Scalar > &args) |
| Retape the zero derivative and remove all higher orders from the table. | |
| template<class V > | |
| retaping_derivative_table (const Functor &F, const V &x, Test test=Test()) | |
| Set zero order functor used to retape this derivative table. | |
Public Member Functions inherited from TMBad::standard_derivative_table< ADFun, packed_ > | |
| void | requireOrder (size_t n) |
| Add derivatives up to this order. | |
| void | retape (ForwardArgs< Scalar > &args) |
| Retaping this derivative table has no effect. | |
| standard_derivative_table (const ADFun &F) | |
| Set zero order function of this derivative table. | |
Adaptive derivative table used by AtomOp
Definition at line 40 of file checkpoint.hpp.