Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
| double_ptr_vector (int mmin, int mmax) | |
| Description not yet available. | |
| ~double_ptr_vector () | |
| Description not yet available. | |
| int | indexmax (void) |
| int | indexmin (void) |
| double *& | operator() (int i) |
| double *& | operator[] (int i) |
Private Attributes | |
| int | index_max |
| int | index_min |
| double ** | v |
| double_ptr_vector::double_ptr_vector | ( | int | mmin, |
| int | mmax | ||
| ) |
| int double_ptr_vector::indexmax | ( | void | ) | [inline] |
Definition at line 1757 of file df1b2fun.h.
| int double_ptr_vector::indexmin | ( | void | ) | [inline] |
Definition at line 1756 of file df1b2fun.h.
Referenced by double_ptr_vector(), and ~double_ptr_vector().
| double* & double_ptr_vector::operator() | ( | int | i | ) | [inline] |
Definition at line 1754 of file df1b2fun.h.
| double* & double_ptr_vector::operator[] | ( | int | i | ) | [inline] |
Definition at line 1755 of file df1b2fun.h.
int double_ptr_vector::index_max [private] |
Definition at line 1749 of file df1b2fun.h.
Referenced by double_ptr_vector(), indexmax(), and ~double_ptr_vector().
int double_ptr_vector::index_min [private] |
Definition at line 1748 of file df1b2fun.h.
Referenced by double_ptr_vector(), indexmin(), and ~double_ptr_vector().
double** double_ptr_vector::v [private] |
Definition at line 1750 of file df1b2fun.h.
Referenced by double_ptr_vector(), operator()(), operator[](), and ~double_ptr_vector().
|
|
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0
|