ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df13fun.h>
Public Member Functions | |
df1_three_matrix (int rmin, int rmax, int cmin, int cmax) | |
Allocate matrix of df1_three_variable with dimension [min to max] x [cmin to cmax]. More... | |
df1_three_matrix (const df1_three_matrix &m2) | |
Description not yet available. More... | |
~df1_three_matrix () | |
Destructor. More... | |
void | deallocate (void) |
Deallocate df1_three_vector, then set as empty. More... | |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. More... | |
df1_three_vector & | operator() (int i) const |
df1_three_variable & | operator() (int i, int j) const |
df1_three_vector & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
mat_shapex * | shape |
df1_three_vector * | v |
df1_three_matrix::df1_three_matrix | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
int | cmax | ||
) |
Allocate matrix of df1_three_variable with dimension [min to max] x [cmin to cmax].
rmin | lower row index |
rmax | upper row index |
cmin | lower column index |
cmax | upper column index |
Definition at line 259 of file df13fun.cpp.
df1_three_matrix::~df1_three_matrix | ( | ) |
Destructor.
Definition at line 211 of file df13fun.cpp.
df1_three_matrix::df1_three_matrix | ( | const df1_three_matrix & | m2 | ) |
void df1_three_matrix::deallocate | ( | void | ) |
Deallocate df1_three_vector, then set as empty.
Definition at line 216 of file df13fun.cpp.
Referenced by ~df1_three_matrix().
|
inline |
Definition at line 146 of file df13fun.h.
Referenced by choleski_decomp(), initialize(), and value().
|
inline |
Definition at line 145 of file df13fun.h.
Referenced by choleski_decomp(), initialize(), and value().
void df1_three_matrix::initialize | ( | void | ) |
Description not yet available.
Definition at line 241 of file df13fun.cpp.
Referenced by choleski_decomp().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 141 of file df13fun.h.
Referenced by deallocate(), df1_three_matrix(), and indexmax().
|
private |
Definition at line 140 of file df13fun.h.
Referenced by deallocate(), df1_three_matrix(), and indexmin().
|
private |
Definition at line 142 of file df13fun.h.
Referenced by deallocate(), and df1_three_matrix().
|
private |
Definition at line 143 of file df13fun.h.
Referenced by deallocate(), df1_three_matrix(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |