Description not yet available. More...
#include <adrndeff.h>
Public Member Functions | |
nested_calls_indices (void) | |
void | allocate (const nested_calls_shape &nsc) |
Description not yet available. | |
ivector & | level1 (int i) |
ivector & | level2 (int i, int j) |
ivector & | level3 (int i, int j, int k) |
ivector & | level4 (int i, int j, int k, int l) |
Private Attributes | |
imatrix * | ptr1 |
i3_array * | ptr2 |
i4_array * | ptr3 |
i5_array * | ptr4 |
Description not yet available.
Definition at line 132 of file adrndeff.h.
nested_calls_indices::nested_calls_indices | ( | void | ) | [inline] |
Definition at line 139 of file adrndeff.h.
void nested_calls_indices::allocate | ( | const nested_calls_shape & | _nsc | ) |
ivector& nested_calls_indices::level1 | ( | int | i | ) | [inline] |
Definition at line 140 of file adrndeff.h.
ivector& nested_calls_indices::level2 | ( | int | i, |
int | j | ||
) | [inline] |
Definition at line 141 of file adrndeff.h.
ivector& nested_calls_indices::level3 | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
Definition at line 142 of file adrndeff.h.
ivector& nested_calls_indices::level4 | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
Definition at line 143 of file adrndeff.h.
imatrix* nested_calls_indices::ptr1 [private] |
Definition at line 134 of file adrndeff.h.
Referenced by allocate(), and level1().
i3_array* nested_calls_indices::ptr2 [private] |
Definition at line 135 of file adrndeff.h.
Referenced by allocate(), and level2().
i4_array* nested_calls_indices::ptr3 [private] |
Definition at line 136 of file adrndeff.h.
Referenced by allocate(), and level3().
i5_array* nested_calls_indices::ptr4 [private] |
Definition at line 137 of file adrndeff.h.
Referenced by level4().
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |