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
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. More...
 
int get_depth (void)
 
int get_offset (void)
 
void initialize ()
 Description not yet available. More...
 
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 9222 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 9230 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 9226 of file fvar.hpp.

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

ivector multi_index::index
private

Definition at line 9227 of file fvar.hpp.

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

int multi_index::maxd
private

Definition at line 9225 of file fvar.hpp.

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

int multi_index::mind
private

Definition at line 9224 of file fvar.hpp.

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


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