TMB Documentation  v1.9.11
List of all members
vectorize::vector< Type > Struct Template Reference

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.
 

Detailed Description

template<class Type>
struct vectorize::vector< Type >

Vector of consequtive values on the AD tape.

Examples:
longlinreg.cpp.

Definition at line 26 of file tmbutils/vectorize.hpp.


The documentation for this struct was generated from the following file:
License: GPL v2