ADMB Documentation
-a65f1c97
|
Derived class of index types for ad_integer. More...
#include <fvar.hpp>
Public Member Functions | |
number_index (int i) | |
virtual | ~number_index () |
Destructor. More... | |
virtual | operator int () |
only overload this for number_index ... will fail for other classes More... | |
Public Member Functions inherited from ad_integer | |
ad_integer (const int &_d, const adkludge &) | |
ad_integer (const data_int &di) | |
ad_integer (const int _d) | |
ad_integer (const index_type &it) | |
ad_integer | make_ad_integer (int _d) |
operator int () const | |
Public Member Functions inherited from index_guts | |
index_guts () | |
Default constructor. More... | |
index_guts (const index_guts &ig) | |
Copy constructor. More... | |
virtual | ~index_guts () |
Destructor. More... | |
Private Member Functions | |
virtual int | dimension () const |
virtual int | indexmax () const |
virtual int | indexmin () const |
virtual int | isinteger () const |
virtual index_guts * | operator[] (int i) |
Description not yet available. More... | |
Friends | |
class | index_type |
Additional Inherited Members | |
Protected Attributes inherited from ad_integer | |
int | d |
Protected Attributes inherited from index_guts | |
int * | ncopies |
Derived class of index types for ad_integer.
|
inline |
Definition at line 7793 of file fvar.hpp.
Referenced by operator[]().
|
inlinevirtual |
|
inlineprivatevirtual |
Reimplemented from index_guts.
|
inlineprivatevirtual |
Implements index_guts.
|
inlineprivatevirtual |
Implements index_guts.
|
inlineprivatevirtual |
Reimplemented from index_guts.
|
inlinevirtual |
only overload this for number_index ... will fail for other classes
Reimplemented from index_guts.
|
privatevirtual |
Description not yet available.
Implements index_guts.
Definition at line 526 of file indextyp.cpp.
|
friend |
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |