#include <df11fun.h>
Public Member Functions | |
| df1_one_vector (int min, int max) | |
| df1_one_vector (void) | |
| df1_one_vector (const df1_one_vector &m2) | |
| Copy constructor. | |
| ~df1_one_vector () | |
| Destructor. | |
| void | allocate (void) |
| void | allocate (int min, int max) |
| void | deallocate (void) |
| int | indexmax (void) const |
| int | indexmin (void) const |
| void | initialize (void) |
| df1_one_variable & | operator() (int i) const |
| df1_one_variable & | operator[] (int i) const |
Private Attributes | |
| int | index_max |
| int | index_min |
| vector_shapex * | shape |
| df1_one_variable * | v |
| df1_one_vector::df1_one_vector | ( | int | min, |
| int | max | ||
| ) |
Definition at line 99 of file df11fun.cpp.
| df1_one_vector::df1_one_vector | ( | void | ) |
Definition at line 94 of file df11fun.cpp.
Destructor.
Definition at line 48 of file df11fun.cpp.
| df1_one_vector::df1_one_vector | ( | const df1_one_vector & | m2 | ) |
Copy constructor.
Definition at line 34 of file df11fun.cpp.
| void df1_one_vector::allocate | ( | void | ) |
Definition at line 123 of file df11fun.cpp.
Referenced by df1_one_matrix::df1_one_matrix(), and df1_one_vector().
| void df1_one_vector::allocate | ( | int | min, |
| int | max | ||
| ) |
Definition at line 104 of file df11fun.cpp.
| void df1_one_vector::deallocate | ( | void | ) |
Definition at line 53 of file df11fun.cpp.
Referenced by ~df1_one_vector().
| int df1_one_vector::indexmax | ( | void | ) | const [inline] |
Definition at line 89 of file df11fun.h.
Referenced by first_derivatives(), initialize(), and value().
| int df1_one_vector::indexmin | ( | void | ) | const [inline] |
Definition at line 88 of file df11fun.h.
Referenced by first_derivatives(), initialize(), and value().
| void df1_one_vector::initialize | ( | void | ) |
Definition at line 84 of file df11fun.cpp.
| df1_one_variable& df1_one_vector::operator() | ( | int | i | ) | const [inline] |
| df1_one_variable& df1_one_vector::operator[] | ( | int | i | ) | const [inline] |
int df1_one_vector::index_max [private] |
Definition at line 84 of file df11fun.h.
Referenced by allocate(), df1_one_vector(), and indexmax().
int df1_one_vector::index_min [private] |
Definition at line 83 of file df11fun.h.
Referenced by allocate(), df1_one_vector(), and indexmin().
vector_shapex* df1_one_vector::shape [private] |
Definition at line 85 of file df11fun.h.
Referenced by allocate(), deallocate(), and df1_one_vector().
df1_one_variable* df1_one_vector::v [private] |
Definition at line 86 of file df11fun.h.
Referenced by allocate(), deallocate(), df1_one_vector(), operator()(), and operator[]().
|
|
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0
|