| 
    TMB Documentation
    v1.9.11
    
   | 
 
Vector of consequtive values on the AD tape. More...
#include <vectorize.hpp>
Additional Inherited Members | |
  Public Member Functions inherited from TMBad::global::ad_segment | |
| ad_segment () | |
| Construct empty object.  | |
| ad_segment (ad_plain x, size_t n) | |
| Construct vector like object.  | |
| ad_segment (ad_aug x) | |
| Construct length one object (variable)  | |
| ad_segment (Scalar x) | |
| Construct length one object (constant)  | |
| ad_segment (Index idx, size_t n) | |
| Construction from offset (index) and size.  | |
| ad_segment (ad_plain x, size_t r, size_t c) | |
| Construct matrix like object.  | |
| ad_segment (Replay *x, size_t n, bool zero_check=false) | |
| Construction based on values that might not be on the tape or might not satisfy the storage requirement.  | |
Vector of consequtive values on the AD tape.
Definition at line 26 of file tmbutils/vectorize.hpp.