Description not yet available. More...
#include <df33fun.h>
Public Member Functions | |
df3_three_matrix (int rmin, int rmax, int cmin, int cmax) | |
Description not yet available. | |
df3_three_matrix (const df3_three_matrix &m2) | |
Description not yet available. | |
~df3_three_matrix () | |
Description not yet available. | |
void | deallocate (void) |
Description not yet available. | |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. | |
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 | ||
) |
df3_three_matrix::df3_three_matrix | ( | const df3_three_matrix & | m2 | ) |
void df3_three_matrix::deallocate | ( | void | ) |
Description not yet available.
Definition at line 272 of file df33fun.cpp.
Referenced by ~df3_three_matrix().
int df3_three_matrix::indexmax | ( | void | ) | const [inline] |
Definition at line 170 of file df33fun.h.
Referenced by choleski_decomp(), initialize(), and value().
int df3_three_matrix::indexmin | ( | void | ) | const [inline] |
Definition at line 169 of file df33fun.h.
Referenced by choleski_decomp(), initialize(), and value().
void df3_three_matrix::initialize | ( | void | ) |
Description not yet available.
Definition at line 295 of file df33fun.cpp.
Referenced by choleski_decomp().
df3_three_vector& df3_three_matrix::operator() | ( | int | i | ) | const [inline] |
df3_three_variable& df3_three_matrix::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
df3_three_vector& df3_three_matrix::operator[] | ( | int | i | ) | const [inline] |
int df3_three_matrix::index_max [private] |
Definition at line 165 of file df33fun.h.
Referenced by df3_three_matrix(), and indexmax().
int df3_three_matrix::index_min [private] |
Definition at line 164 of file df33fun.h.
Referenced by df3_three_matrix(), and indexmin().
mat_shapex* df3_three_matrix::shape [private] |
Definition at line 166 of file df33fun.h.
Referenced by deallocate(), and df3_three_matrix().
df3_three_vector* df3_three_matrix::v [private] |
Definition at line 167 of file df33fun.h.
Referenced by deallocate(), df3_three_matrix(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |