#include <fvar.hpp>


Public Member Functions | |
| dvector_index (const dvector &v) | |
| virtual | ~dvector_index () |
| virtual int | indexmin (void) |
| virtual int | indexmax (void) |
Private Member Functions | |
| virtual double_index_guts * | operator[] (int i) |
Friends | |
| class | double_index_type |
| dvector_index::dvector_index | ( | const dvector & | v | ) |
| virtual dvector_index::~dvector_index | ( | ) | [virtual] |
| virtual double_index_guts* dvector_index::operator[] | ( | int | i | ) | [inline, private, virtual] |
Reimplemented from dvector.
| virtual int dvector_index::indexmin | ( | void | ) | [inline, virtual] |
Reimplemented from dvector.
| virtual int dvector_index::indexmax | ( | void | ) | [inline, virtual] |
Reimplemented from dvector.
friend class double_index_type [friend] |
Reimplemented from double_index_guts.
1.5.6