Description not yet available. More...
#include <df32fun.h>
Public Member Functions | |
df3_two_matrix (int rmin, int rmax, int cmin, int cmax) | |
Description not yet available. | |
df3_two_matrix (const df3_two_matrix &m2) | |
Description not yet available. | |
~df3_two_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_two_vector & | operator() (int i) const |
df3_two_variable & | operator() (int i, int j) const |
df3_two_vector & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
mat_shapex * | shape |
df3_two_vector * | v |
df3_two_matrix::df3_two_matrix | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
int | cmax | ||
) |
df3_two_matrix::df3_two_matrix | ( | const df3_two_matrix & | m2 | ) |
void df3_two_matrix::deallocate | ( | void | ) |
Description not yet available.
Definition at line 214 of file df32fun.cpp.
Referenced by ~df3_two_matrix().
int df3_two_matrix::indexmax | ( | void | ) | const [inline] |
Definition at line 199 of file df32fun.h.
Referenced by choleski_decomp(), initialize(), df1b2matrix::operator=(), and value().
int df3_two_matrix::indexmin | ( | void | ) | const [inline] |
Definition at line 195 of file df32fun.h.
Referenced by choleski_decomp(), initialize(), df1b2matrix::operator=(), and value().
void df3_two_matrix::initialize | ( | void | ) |
Description not yet available.
Definition at line 237 of file df32fun.cpp.
Referenced by choleski_decomp().
df3_two_vector& df3_two_matrix::operator() | ( | int | i | ) | const [inline] |
df3_two_variable& df3_two_matrix::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
df3_two_vector& df3_two_matrix::operator[] | ( | int | i | ) | const [inline] |
int df3_two_matrix::index_max [private] |
Definition at line 191 of file df32fun.h.
Referenced by df3_two_matrix(), and indexmax().
int df3_two_matrix::index_min [private] |
Definition at line 190 of file df32fun.h.
Referenced by df3_two_matrix(), and indexmin().
mat_shapex* df3_two_matrix::shape [private] |
Definition at line 192 of file df32fun.h.
Referenced by deallocate(), and df3_two_matrix().
df3_two_vector* df3_two_matrix::v [private] |
Definition at line 193 of file df32fun.h.
Referenced by deallocate(), df3_two_matrix(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |