Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
double_index (double i) | |
virtual | ~double_index () |
virtual | operator double () |
Private Member Functions | |
virtual int | indexmax (void) |
virtual int | indexmin (void) |
virtual int | isdouble_ (void) const |
virtual double_index_guts * | operator[] (int i) |
Description not yet available. | |
Friends | |
class | double_index_type |
virtual double_index::~double_index | ( | ) | [inline, virtual] |
double_index::double_index | ( | double | i | ) | [inline] |
Definition at line 8401 of file fvar.hpp.
Referenced by operator[]().
virtual int double_index::indexmax | ( | void | ) | [inline, private, virtual] |
Implements double_index_guts.
virtual int double_index::indexmin | ( | void | ) | [inline, private, virtual] |
Implements double_index_guts.
virtual int double_index::isdouble_ | ( | void | ) | const [inline, private, virtual] |
virtual double_index::operator double | ( | ) | [inline, virtual] |
Reimplemented from double_index_guts.
double_index_guts * double_index::operator[] | ( | int | i | ) | [private, virtual] |
Description not yet available.
Implements double_index_guts.
Definition at line 218 of file doublind.cpp.
friend class double_index_type [friend] |
Reimplemented from double_index_guts.
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |