ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df33fun.h>
Public Member Functions | |
df3_three_matrix (int rmin, int rmax, int cmin, int cmax) | |
Construct matrix of df3_three_variable with dimensions [rmin to rmax] x [cmin to cmax]. More... | |
df3_three_matrix (const df3_three_matrix &m2) | |
Description not yet available. More... | |
~df3_three_matrix () | |
Destructor. More... | |
void | deallocate (void) |
Deallocate df3_three_matrix, then set to empty. More... | |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Initialize values. More... | |
df3_three_vector & | operator() (int i) const |
df3_three_variable & | operator() (int i, int j) const |
df3_three_vector & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
mat_shapex * | shape |
df3_three_vector * | v |
df3_three_matrix::df3_three_matrix | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
int | cmax | ||
) |
Construct matrix of df3_three_variable with dimensions [rmin to rmax] x [cmin to cmax].
rmin | lower row index |
rmax | upper row index |
cmin | lower column index |
cmax | upper column index |
Definition at line 310 of file df33fun.cpp.
df3_three_matrix::~df3_three_matrix | ( | ) |
Destructor.
Definition at line 263 of file df33fun.cpp.
df3_three_matrix::df3_three_matrix | ( | const df3_three_matrix & | m2 | ) |
void df3_three_matrix::deallocate | ( | void | ) |
Deallocate df3_three_matrix, then set to empty.
Definition at line 268 of file df33fun.cpp.
Referenced by ~df3_three_matrix().
|
inline |
Definition at line 170 of file df33fun.h.
Referenced by choleski_decomp(), initialize(), and value().
|
inline |
Definition at line 169 of file df33fun.h.
Referenced by choleski_decomp(), initialize(), and value().
void df3_three_matrix::initialize | ( | void | ) |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 165 of file df33fun.h.
Referenced by deallocate(), df3_three_matrix(), and indexmax().
|
private |
Definition at line 164 of file df33fun.h.
Referenced by deallocate(), df3_three_matrix(), and indexmin().
|
private |
Definition at line 166 of file df33fun.h.
Referenced by deallocate(), and df3_three_matrix().
|
private |
Definition at line 167 of file df33fun.h.
Referenced by deallocate(), df3_three_matrix(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |