ADMB Documentation
-a65f1c97
|
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. More... | |
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.
|
inline |
Definition at line 139 of file adrndeff.h.
void nested_calls_indices::allocate | ( | const nested_calls_shape & | _nsc | ) |
|
inline |
Definition at line 140 of file adrndeff.h.
|
inline |
Definition at line 141 of file adrndeff.h.
|
inline |
Definition at line 142 of file adrndeff.h.
|
inline |
Definition at line 143 of file adrndeff.h.
|
private |
Definition at line 134 of file adrndeff.h.
Referenced by allocate(), and level1().
|
private |
Definition at line 135 of file adrndeff.h.
Referenced by allocate(), and level2().
|
private |
Definition at line 136 of file adrndeff.h.
Referenced by allocate(), and level3().
|
private |
Definition at line 137 of file adrndeff.h.
Referenced by level4().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |