#include <df11fun.h>
Public Member Functions | |
| int | indexmin (void) const |
| int | indexmax (void) const |
| df1_one_matrix (int rmin, int rmax, int cmin, int cmax) | |
| df1_one_vector & | operator() (int i) const |
| df1_one_vector & | operator[] (int i) const |
| df1_one_variable & | operator() (int i, int j) const |
| void | initialize (void) |
| void | deallocate (void) |
| ~df1_one_matrix () | |
| df1_one_matrix (const df1_one_matrix &m2) | |
Private Attributes | |
| int | index_min |
| int | index_max |
| mat_shapex * | shape |
| df1_one_vector * | v |
| df1_one_matrix::df1_one_matrix | ( | int | rmin, |
| int | rmax, | ||
| int | cmin, | ||
| int | cmax | ||
| ) |
Definition at line 188 of file df11fun.cpp.
Definition at line 152 of file df11fun.cpp.
| df1_one_matrix::df1_one_matrix | ( | const df1_one_matrix & | m2 | ) |
Definition at line 140 of file df11fun.cpp.
| int df1_one_matrix::indexmin | ( | void | ) | const [inline] |
Definition at line 121 of file df11fun.h.
Referenced by choleski_decomp(), first_derivatives(), initialize(), and value().
| int df1_one_matrix::indexmax | ( | void | ) | const [inline] |
Definition at line 122 of file df11fun.h.
Referenced by choleski_decomp(), first_derivatives(), initialize(), and value().
| df1_one_vector& df1_one_matrix::operator() | ( | int | i | ) | const [inline] |
| df1_one_vector& df1_one_matrix::operator[] | ( | int | i | ) | const [inline] |
| df1_one_variable& df1_one_matrix::operator() | ( | int | i, |
| int | j | ||
| ) | const [inline] |
| void df1_one_matrix::initialize | ( | void | ) |
Definition at line 177 of file df11fun.cpp.
Referenced by choleski_decomp().
| void df1_one_matrix::deallocate | ( | void | ) |
Definition at line 157 of file df11fun.cpp.
Referenced by ~df1_one_matrix().
int df1_one_matrix::index_min [private] |
Definition at line 116 of file df11fun.h.
Referenced by df1_one_matrix(), and indexmin().
int df1_one_matrix::index_max [private] |
Definition at line 117 of file df11fun.h.
Referenced by df1_one_matrix(), and indexmax().
mat_shapex* df1_one_matrix::shape [private] |
Definition at line 118 of file df11fun.h.
Referenced by deallocate(), and df1_one_matrix().
df1_one_vector* df1_one_matrix::v [private] |
Definition at line 119 of file df11fun.h.
Referenced by deallocate(), df1_one_matrix(), operator()(), and operator[]().
|
|
Generated on Fri May 24 2013 17:17:46 for ADMB Documentation by 1.8.0
|