|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df32fun.h>
Public Member Functions | |
| df3_two_matrix (int rmin, int rmax, int cmin, int cmax) | |
| Construct matrix of df3_two_variable with dimension [rmin to rmax] x [cmin to cmax]. More... | |
| df3_two_matrix (const df3_two_matrix &m2) | |
| Description not yet available. More... | |
| ~df3_two_matrix () | |
| Destructor. More... | |
| void | deallocate (void) |
| Deallocate df3_two_vector, then set to empty. More... | |
| int | indexmax (void) const |
| int | indexmin (void) const |
| void | initialize (void) |
| Description not yet available. More... | |
| df3_two_vector & | operator() (int i) const |
| df3_two_variable & | operator() (int i, int j) const |
| df3_two_vector & | operator[] (int i) const |
Private Attributes | |
| int | index_max |
| int | index_min |
| mat_shapex * | shape |
| df3_two_vector * | v |
| df3_two_matrix::df3_two_matrix | ( | int | rmin, |
| int | rmax, | ||
| int | cmin, | ||
| int | cmax | ||
| ) |
Construct matrix of df3_two_variable with dimension [rmin to rmax] x [cmin to cmax].
| rmin | row lower index |
| rmax | row upper index |
| cmin | column lower index |
| cmax | column upper index |
Definition at line 240 of file df32fun.cpp.
| df3_two_matrix::~df3_two_matrix | ( | ) |
Destructor.
Definition at line 191 of file df32fun.cpp.
| df3_two_matrix::df3_two_matrix | ( | const df3_two_matrix & | m2 | ) |
| void df3_two_matrix::deallocate | ( | void | ) |
Deallocate df3_two_vector, then set to empty.
Definition at line 196 of file df32fun.cpp.
Referenced by ~df3_two_matrix().
|
inline |
Definition at line 199 of file df32fun.h.
Referenced by choleski_decomp(), initialize(), df1b2matrix::operator=(), and value().
|
inline |
Definition at line 195 of file df32fun.h.
Referenced by choleski_decomp(), initialize(), df1b2matrix::operator=(), and value().
| void df3_two_matrix::initialize | ( | void | ) |
Description not yet available.
Definition at line 221 of file df32fun.cpp.
Referenced by choleski_decomp().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 191 of file df32fun.h.
Referenced by deallocate(), df3_two_matrix(), and indexmax().
|
private |
Definition at line 190 of file df32fun.h.
Referenced by deallocate(), df3_two_matrix(), and indexmin().
|
private |
Definition at line 192 of file df32fun.h.
Referenced by deallocate(), and df3_two_matrix().
|
private |
Definition at line 193 of file df32fun.h.
Referenced by deallocate(), df3_two_matrix(), operator()(), and operator[]().
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|