#include <fvar.hpp>


Public Member Functions | |
| int | integer (void) const |
| int | isinteger (void) const |
| int | dimension (void) const |
| index_type (int x) | |
| index_type (const ivector &x) | |
| index_type (const imatrix &x) | |
| index_type (const i3_array &x) | |
| index_type (const i4_array &x) | |
| index_type (const pre_index_type &pit) | |
| index_type (const index_type &pit) | |
| ~index_type () | |
| index_type | operator[] (int i) |
| index_type | operator() (int i) |
| index_type | operator[] (int i) const |
| index_type | operator() (int i) const |
| int | indexmin (void) const |
| int | indexmax (void) const |
Private Attributes | |
| index_guts * | p |
Friends | |
| class | ad_integer |
| index_type::index_type | ( | int | x | ) |
| index_type::index_type | ( | const ivector & | x | ) |
| index_type::index_type | ( | const imatrix & | x | ) |
| index_type::index_type | ( | const i3_array & | x | ) |
| index_type::index_type | ( | const i4_array & | x | ) |
| index_type::index_type | ( | const pre_index_type & | pit | ) |
| index_type::index_type | ( | const index_type & | pit | ) |
| index_type::~index_type | ( | ) |
| int index_type::integer | ( | void | ) | const |
| int index_type::isinteger | ( | void | ) | const [inline] |
| int index_type::dimension | ( | void | ) | const [inline] |
| index_type index_type::operator[] | ( | int | i | ) |
| index_type index_type::operator() | ( | int | i | ) |
| index_type index_type::operator[] | ( | int | i | ) | const |
| index_type index_type::operator() | ( | int | i | ) | const |
| int index_type::indexmin | ( | void | ) | const [inline] |
| int index_type::indexmax | ( | void | ) | const [inline] |
friend class ad_integer [friend] |
index_guts* index_type::p [private] |
1.5.6