ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
double_ptr_vector Class Reference

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
 

Detailed Description

Description not yet available.

Parameters

Definition at line 1774 of file df1b2fun.h.

Constructor & Destructor Documentation

double_ptr_vector::double_ptr_vector ( int  mmin,
int  mmax 
)

Constructor vector of ad_double_ptr with dimension [mmin to mmax].

Parameters
mminlower vector index
mmaxupper 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.

Member Function Documentation

int double_ptr_vector::indexmax ( void  )
inline

Definition at line 1785 of file df1b2fun.h.

int double_ptr_vector::indexmin ( void  )
inline

Definition at line 1784 of file df1b2fun.h.

Referenced by double_ptr_vector(), and ~double_ptr_vector().

double* & double_ptr_vector::operator() ( int  i)
inline

Definition at line 1782 of file df1b2fun.h.

double* & double_ptr_vector::operator[] ( int  i)
inline

Definition at line 1783 of file df1b2fun.h.

Member Data Documentation

int double_ptr_vector::index_max
private

Definition at line 1777 of file df1b2fun.h.

Referenced by double_ptr_vector(), indexmax(), and ~double_ptr_vector().

int double_ptr_vector::index_min
private

Definition at line 1776 of file df1b2fun.h.

Referenced by double_ptr_vector(), indexmin(), and ~double_ptr_vector().

double** double_ptr_vector::v
private

Definition at line 1778 of file df1b2fun.h.

Referenced by double_ptr_vector(), operator()(), operator[](), and ~double_ptr_vector().


The documentation for this class was generated from the following files: