Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
vector_shape (int lb, int lu) | |
unsigned int | decr_ncopies (void) |
unsigned int | get_ncopies (void) |
unsigned int | incr_ncopies (void) |
int | indexmax () const |
int | indexmin () const |
void | operator delete (void *ptr, size_t) |
void * | operator new (size_t) |
Description not yet available. | |
void | shift (int min) |
Description not yet available. | |
Public Attributes | |
int | index_max |
int | index_min |
unsigned int | ncopies |
Static Public Attributes | |
static vector_shape_pool * | xpool |
Friends | |
class | dvar_vector |
class | dvector |
class | ivector |
class | lvector |
class | ptr_vector |
class | subdvector |
vector_shape::vector_shape | ( | int | lb, |
int | lu | ||
) | [inline] |
unsigned int vector_shape::decr_ncopies | ( | void | ) | [inline] |
unsigned int vector_shape::get_ncopies | ( | void | ) | [inline] |
unsigned int vector_shape::incr_ncopies | ( | void | ) | [inline] |
int vector_shape::indexmax | ( | void | ) | const [inline] |
Definition at line 519 of file fvar.hpp.
Referenced by adstring_array::append_distinct(), adstring_array::indexmax(), d5_array::indexmax(), dvar5_array::indexmax(), d6_array::indexmax(), dvar6_array::indexmax(), d7_array::indexmax(), dvar7_array::indexmax(), and adstring_array::size().
int vector_shape::indexmin | ( | void | ) | const [inline] |
Definition at line 515 of file fvar.hpp.
Referenced by adstring_array::append_distinct(), adstring_array::indexmin(), d5_array::indexmin(), dvar5_array::indexmin(), d6_array::indexmin(), dvar6_array::indexmin(), d7_array::indexmin(), dvar7_array::indexmin(), and adstring_array::size().
void vector_shape::operator delete | ( | void * | ptr, |
size_t | |||
) | [inline] |
void * vector_shape::operator new | ( | size_t | n | ) |
void vector_shape::shift | ( | int | min | ) |
Description not yet available.
Definition at line 23 of file shape.cpp.
Referenced by lvector::shift().
friend class dvar_vector [friend] |
friend class ptr_vector [friend] |
friend class subdvector [friend] |
Definition at line 487 of file fvar.hpp.
Referenced by indexmax(), ptr_vector::indexmax(), lvector::indexmax(), shift(), ptr_vector::size(), lvector::size(), and vector_shape().
Definition at line 486 of file fvar.hpp.
Referenced by indexmin(), ptr_vector::indexmin(), lvector::indexmin(), shift(), ptr_vector::size(), lvector::size(), and vector_shape().
unsigned int vector_shape::ncopies |
Definition at line 484 of file fvar.hpp.
Referenced by d5_array::d5_array(), d6_array::d6_array(), d7_array::d7_array(), d5_array::deallocate(), dvar5_array::deallocate(), d6_array::deallocate(), dvar6_array::deallocate(), d7_array::deallocate(), dvar7_array::deallocate(), decr_ncopies(), dvar5_array::dvar5_array(), dvar6_array::dvar6_array(), dvar7_array::dvar7_array(), get_ncopies(), incr_ncopies(), lvector::lvector(), ptr_vector::ptr_vector(), vector_shape(), lvector::~lvector(), and ptr_vector::~ptr_vector().
vector_shape_pool * vector_shape::xpool [static] |
new vector_shape_pool(sizeof(vector_shape))
Definition at line 477 of file fvar.hpp.
Referenced by operator delete(), and operator new().
Generated on Tue Mar 8 2016 19:51:41 for ADMB Documentation by 1.8.0 |