ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
multi_index Class Reference

Description not yet available. More...

#include <fvar.hpp>

Public Member Functions

 multi_index (int min, int max, int dim)
 Description not yet available.
int get_depth (void)
int get_offset (void)
void initialize ()
 Description not yet available.
ivectoroperator() (void)
void operator++ (void)

Private Attributes

int depth
ivector index
int maxd
int mind

Detailed Description

Description not yet available.

Parameters:

Definition at line 8993 of file fvar.hpp.


Constructor & Destructor Documentation

multi_index::multi_index ( int  min,
int  max,
int  dim 
)

Description not yet available.

Parameters:

Definition at line 17 of file multiindex.cpp.


Member Function Documentation

int multi_index::get_depth ( void  ) [inline]
int multi_index::get_offset ( void  )
void multi_index::initialize ( void  )

Description not yet available.

Parameters:

Definition at line 65 of file multiindex.cpp.

Referenced by function_minimizer::do_gauss_hermite_integration_multi().

ivector& multi_index::operator() ( void  ) [inline]

Definition at line 9001 of file fvar.hpp.

void multi_index::operator++ ( void  )

Definition at line 22 of file multiindex.cpp.


Member Data Documentation

int multi_index::depth [private]

Definition at line 8997 of file fvar.hpp.

Referenced by get_depth(), get_offset(), initialize(), and operator++().

Definition at line 8998 of file fvar.hpp.

Referenced by get_offset(), initialize(), multi_index(), operator()(), and operator++().

int multi_index::maxd [private]

Definition at line 8996 of file fvar.hpp.

Referenced by get_offset(), and operator++().

int multi_index::mind [private]

Definition at line 8995 of file fvar.hpp.

Referenced by get_offset(), initialize(), and operator++().

List of all members.


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