|
ADMB Documentation
-a65f1c97
|
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... | |
| ivector & | operator() (void) |
| void | operator++ (void) |
Private Attributes | |
| int | depth |
| ivector | index |
| int | maxd |
| int | mind |
| multi_index::multi_index | ( | int | min, |
| int | max, | ||
| int | dim | ||
| ) |
|
inline |
Definition at line 9235 of file fvar.hpp.
Referenced by do_gauss_hermite_block_diagonal_multi(), and function_minimizer::do_gauss_hermite_integration_multi().
| int multi_index::get_offset | ( | void | ) |
Definition at line 47 of file multiindex.cpp.
Referenced by function_minimizer::begin_gauss_hermite_stuff(), function_minimizer::do_gauss_hermite_integration_multi(), and function_minimizer::end_gauss_hermite_stuff().
| void multi_index::initialize | ( | void | ) |
Description not yet available.
Definition at line 65 of file multiindex.cpp.
Referenced by function_minimizer::do_gauss_hermite_integration_multi().
| void multi_index::operator++ | ( | void | ) |
Definition at line 22 of file multiindex.cpp.
|
private |
Definition at line 9226 of file fvar.hpp.
Referenced by get_depth(), get_offset(), initialize(), and operator++().
|
private |
Definition at line 9227 of file fvar.hpp.
Referenced by get_offset(), initialize(), multi_index(), operator()(), and operator++().
|
private |
Definition at line 9225 of file fvar.hpp.
Referenced by get_offset(), and operator++().
|
private |
Definition at line 9224 of file fvar.hpp.
Referenced by get_offset(), initialize(), and operator++().
|
|
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5
|