#include <df11fun.h>
Public Member Functions | |
df1_one_matrix (int rmin, int rmax, int cmin, int cmax) | |
df1_one_matrix (const df1_one_matrix &m2) | |
~df1_one_matrix () | |
void | deallocate (void) |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
df1_one_vector & | operator() (int i) const |
df1_one_variable & | operator() (int i, int j) const |
df1_one_vector & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
mat_shapex * | shape |
df1_one_vector * | v |
df1_one_matrix::df1_one_matrix | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
int | cmax | ||
) |
Definition at line 197 of file df11fun.cpp.
Definition at line 161 of file df11fun.cpp.
df1_one_matrix::df1_one_matrix | ( | const df1_one_matrix & | m2 | ) |
Definition at line 149 of file df11fun.cpp.
void df1_one_matrix::deallocate | ( | void | ) |
Definition at line 166 of file df11fun.cpp.
Referenced by ~df1_one_matrix().
int df1_one_matrix::indexmax | ( | void | ) | const [inline] |
Definition at line 121 of file df11fun.h.
Referenced by choleski_decomp(), first_derivatives(), initialize(), and value().
int df1_one_matrix::indexmin | ( | void | ) | const [inline] |
Definition at line 120 of file df11fun.h.
Referenced by choleski_decomp(), first_derivatives(), initialize(), and value().
void df1_one_matrix::initialize | ( | void | ) |
Definition at line 186 of file df11fun.cpp.
Referenced by choleski_decomp().
df1_one_vector& df1_one_matrix::operator() | ( | int | i | ) | const [inline] |
df1_one_variable& df1_one_matrix::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
df1_one_vector& df1_one_matrix::operator[] | ( | int | i | ) | const [inline] |
int df1_one_matrix::index_max [private] |
Definition at line 116 of file df11fun.h.
Referenced by df1_one_matrix(), and indexmax().
int df1_one_matrix::index_min [private] |
Definition at line 115 of file df11fun.h.
Referenced by df1_one_matrix(), and indexmin().
mat_shapex* df1_one_matrix::shape [private] |
Definition at line 117 of file df11fun.h.
Referenced by deallocate(), and df1_one_matrix().
df1_one_vector* df1_one_matrix::v [private] |
Definition at line 118 of file df11fun.h.
Referenced by deallocate(), df1_one_matrix(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |