#include <df3fun.h>
Public Member Functions | |
df3_one_matrix (int rmin, int rmax, int cmin, int cmax) | |
df3_one_matrix (const df3_one_matrix &m2) | |
~df3_one_matrix () | |
void | deallocate (void) |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
df3_one_vector & | operator() (int i) const |
df3_one_variable & | operator() (int i, int j) const |
df3_one_vector & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
mat_shapex * | shape |
df3_one_vector * | v |
df3_one_matrix::df3_one_matrix | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
int | cmax | ||
) |
Definition at line 280 of file df3fun.cpp.
Definition at line 244 of file df3fun.cpp.
df3_one_matrix::df3_one_matrix | ( | const df3_one_matrix & | m2 | ) |
Definition at line 232 of file df3fun.cpp.
void df3_one_matrix::deallocate | ( | void | ) |
Definition at line 249 of file df3fun.cpp.
Referenced by ~df3_one_matrix().
int df3_one_matrix::indexmax | ( | void | ) | const [inline] |
Definition at line 123 of file df3fun.h.
Referenced by choleski_decomp(), first_derivatives(), initialize(), df1b2matrix::operator=(), second_derivatives(), third_derivatives(), and value().
int df3_one_matrix::indexmin | ( | void | ) | const [inline] |
Definition at line 122 of file df3fun.h.
Referenced by choleski_decomp(), first_derivatives(), initialize(), df1b2matrix::operator=(), second_derivatives(), third_derivatives(), and value().
void df3_one_matrix::initialize | ( | void | ) |
Definition at line 269 of file df3fun.cpp.
Referenced by choleski_decomp().
df3_one_vector& df3_one_matrix::operator() | ( | int | i | ) | const [inline] |
df3_one_variable& df3_one_matrix::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
df3_one_vector& df3_one_matrix::operator[] | ( | int | i | ) | const [inline] |
int df3_one_matrix::index_max [private] |
Definition at line 118 of file df3fun.h.
Referenced by df3_one_matrix(), and indexmax().
int df3_one_matrix::index_min [private] |
Definition at line 117 of file df3fun.h.
Referenced by df3_one_matrix(), and indexmin().
mat_shapex* df3_one_matrix::shape [private] |
Definition at line 119 of file df3fun.h.
Referenced by deallocate(), and df3_one_matrix().
df3_one_vector* df3_one_matrix::v [private] |
Definition at line 120 of file df3fun.h.
Referenced by deallocate(), df3_one_matrix(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |