ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
double_ptr_vector (int mmin, int mmax) | |
Constructor vector of ad_double_ptr with dimension [mmin to mmax]. More... | |
~double_ptr_vector () | |
Destructor. More... | |
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 | ||
) |
Constructor vector of ad_double_ptr with dimension [mmin to mmax].
mmin | lower vector index |
mmax | upper vector index |
Definition at line 57 of file df1b2ptr.cpp.
double_ptr_vector::~double_ptr_vector | ( | ) |
Destructor.
Definition at line 73 of file df1b2ptr.cpp.
|
inline |
Definition at line 1785 of file df1b2fun.h.
|
inline |
Definition at line 1784 of file df1b2fun.h.
Referenced by double_ptr_vector(), and ~double_ptr_vector().
|
inline |
Definition at line 1782 of file df1b2fun.h.
|
inline |
Definition at line 1783 of file df1b2fun.h.
|
private |
Definition at line 1777 of file df1b2fun.h.
Referenced by double_ptr_vector(), indexmax(), and ~double_ptr_vector().
|
private |
Definition at line 1776 of file df1b2fun.h.
Referenced by double_ptr_vector(), indexmin(), and ~double_ptr_vector().
|
private |
Definition at line 1778 of file df1b2fun.h.
Referenced by double_ptr_vector(), operator()(), operator[](), and ~double_ptr_vector().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |