|
ADMB Documentation
-a65f1c97
|
#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 () | |
| Destructor. More... | |
| void | deallocate (void) |
| Deallocate df3_one_matrix, then set to empty. More... | |
| 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 303 of file df3fun.cpp.
| df3_one_matrix::~df3_one_matrix | ( | ) |
Destructor.
Definition at line 257 of file df3fun.cpp.
| df3_one_matrix::df3_one_matrix | ( | const df3_one_matrix & | m2 | ) |
Definition at line 244 of file df3fun.cpp.
| void df3_one_matrix::deallocate | ( | void | ) |
Deallocate df3_one_matrix, then set to empty.
Definition at line 262 of file df3fun.cpp.
Referenced by ~df3_one_matrix().
|
inline |
Definition at line 123 of file df3fun.h.
Referenced by choleski_decomp(), first_derivatives(), initialize(), df1b2matrix::operator=(), second_derivatives(), third_derivatives(), and value().
|
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 283 of file df3fun.cpp.
Referenced by choleski_decomp().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 118 of file df3fun.h.
Referenced by deallocate(), df3_one_matrix(), and indexmax().
|
private |
Definition at line 117 of file df3fun.h.
Referenced by deallocate(), df3_one_matrix(), and indexmin().
|
private |
Definition at line 119 of file df3fun.h.
Referenced by deallocate(), and df3_one_matrix().
|
private |
Definition at line 120 of file df3fun.h.
Referenced by deallocate(), df3_one_matrix(), operator()(), and operator[]().
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|