ADMB Documentation
-a65f1c97
|
#include <df11fun.h>
Public Member Functions | |
df1_one_matrix (int rmin, int rmax, int cmin, int cmax) | |
Construct matrix of df1_one_variable with dimensions [rmin to rmax] x [cmin to cmax]. More... | |
df1_one_matrix (const df1_one_matrix &m2) | |
~df1_one_matrix () | |
void | deallocate (void) |
Deallocate df1_one_matrix, then set to empty. More... | |
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 | ||
) |
Construct matrix of df1_one_variable with dimensions [rmin to rmax] x [cmin to cmax].
rmin | lower row index |
rmax | upper row index |
cmin | lower column index |
cmax | upper column index |
Definition at line 214 of file df11fun.cpp.
df1_one_matrix::~df1_one_matrix | ( | ) |
Definition at line 167 of file df11fun.cpp.
df1_one_matrix::df1_one_matrix | ( | const df1_one_matrix & | m2 | ) |
Definition at line 155 of file df11fun.cpp.
void df1_one_matrix::deallocate | ( | void | ) |
Deallocate df1_one_matrix, then set to empty.
Definition at line 172 of file df11fun.cpp.
Referenced by ~df1_one_matrix().
|
inline |
Definition at line 121 of file df11fun.h.
Referenced by choleski_decomp(), first_derivatives(), initialize(), and value().
|
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 194 of file df11fun.cpp.
Referenced by choleski_decomp().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 116 of file df11fun.h.
Referenced by deallocate(), df1_one_matrix(), and indexmax().
|
private |
Definition at line 115 of file df11fun.h.
Referenced by deallocate(), df1_one_matrix(), and indexmin().
|
private |
Definition at line 117 of file df11fun.h.
Referenced by deallocate(), and df1_one_matrix().
|
private |
Definition at line 118 of file df11fun.h.
Referenced by deallocate(), df1_one_matrix(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |