ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <adrndeff.h>
Public Member Functions | |
nested_calls_shape (void) | |
~nested_calls_shape () | |
Description not yet available. More... | |
void | allocate (int) |
Description not yet available. More... | |
void | allocate (int, int) |
Description not yet available. More... | |
void | allocate (int, int, int) |
Description not yet available. More... | |
void | allocate (int, int, int, int) |
ivector * | get_ptr1 (void) |
Description not yet available. More... | |
imatrix * | get_ptr2 (void) |
Description not yet available. More... | |
i3_array * | get_ptr3 (void) |
Description not yet available. More... | |
i4_array * | get_ptr4 (void) |
Description not yet available. More... | |
void | initialize (void) |
Description not yet available. More... | |
int & | level1 (int i) |
int & | level2 (int i, int j) |
int & | level3 (int i, int j, int k) |
int & | level4 (int i, int j, int k, int l) |
int & | operator() (int i) |
int & | operator() (int i, int j) |
int & | operator() (int i, int j, int k) |
int & | operator() (int i, int j, int k, int l) |
void | trim (void) |
Description not yet available. More... | |
Private Attributes | |
ivector * | ptr1 |
imatrix * | ptr2 |
i3_array * | ptr3 |
i4_array * | ptr4 |
Description not yet available.
Definition at line 150 of file adrndeff.h.
|
inline |
Definition at line 157 of file adrndeff.h.
nested_calls_shape::~nested_calls_shape | ( | ) |
void nested_calls_shape::allocate | ( | int | n | ) |
Description not yet available.
Definition at line 2740 of file df1b2lap.cpp.
Referenced by trim().
void nested_calls_shape::allocate | ( | int | n, |
int | m | ||
) |
void nested_calls_shape::allocate | ( | int | n, |
int | m, | ||
int | p | ||
) |
void nested_calls_shape::allocate | ( | int | , |
int | , | ||
int | , | ||
int | |||
) |
ivector * nested_calls_shape::get_ptr1 | ( | void | ) |
imatrix * nested_calls_shape::get_ptr2 | ( | void | ) |
i3_array * nested_calls_shape::get_ptr3 | ( | void | ) |
i4_array * nested_calls_shape::get_ptr4 | ( | void | ) |
void nested_calls_shape::initialize | ( | void | ) |
|
inline |
Definition at line 169 of file adrndeff.h.
|
inline |
Definition at line 171 of file adrndeff.h.
|
inline |
Definition at line 173 of file adrndeff.h.
|
inline |
Definition at line 175 of file adrndeff.h.
|
inline |
Definition at line 170 of file adrndeff.h.
|
inline |
Definition at line 172 of file adrndeff.h.
|
inline |
Definition at line 174 of file adrndeff.h.
|
inline |
Definition at line 176 of file adrndeff.h.
void nested_calls_shape::trim | ( | void | ) |
|
private |
Definition at line 152 of file adrndeff.h.
Referenced by allocate(), get_ptr1(), initialize(), level1(), operator()(), trim(), and ~nested_calls_shape().
|
private |
Definition at line 153 of file adrndeff.h.
Referenced by allocate(), get_ptr2(), initialize(), level2(), operator()(), trim(), and ~nested_calls_shape().
|
private |
Definition at line 154 of file adrndeff.h.
Referenced by allocate(), get_ptr3(), initialize(), level3(), operator()(), trim(), and ~nested_calls_shape().
|
private |
Definition at line 155 of file adrndeff.h.
Referenced by get_ptr4(), initialize(), level4(), operator()(), and ~nested_calls_shape().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |