|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| vector_shape (const vector_shape &)=delete | |
| 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. More... | |
| vector_shape & | operator= (const vector_shape &)=delete |
| void | shift (int min) |
| Description not yet available. More... | |
Public Attributes | |
| int | index_max |
| int | index_min |
| unsigned int | ncopies |
Static Public Attributes | |
| static vector_shape_pool * | xpool = nullptr |
Friends | |
| class | dvar_vector |
| class | dvector |
| class | ivector |
| class | lvector |
| class | ptr_vector |
| class | subdvector |
|
delete |
|
inline |
Definition at line 557 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().
|
inline |
Definition at line 553 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 | |||
| ) |
Definition at line 87 of file dfpool.cpp.
| void * vector_shape::operator new | ( | size_t | n | ) |
|
delete |
| void vector_shape::shift | ( | int | min | ) |
Description not yet available.
Definition at line 23 of file shape.cpp.
Referenced by lvector::shift().
|
friend |
|
friend |
| int vector_shape::index_max |
Definition at line 525 of file fvar.hpp.
Referenced by indexmax(), ptr_vector::indexmax(), lvector::indexmax(), shift(), ptr_vector::size(), lvector::size(), and vector_shape().
| int vector_shape::index_min |
Definition at line 524 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 522 of file fvar.hpp.
Referenced by d5_array::deallocate(), dvar5_array::deallocate(), d6_array::deallocate(), dvar6_array::deallocate(), d7_array::deallocate(), dvar7_array::deallocate(), decr_ncopies(), get_ncopies(), d5_array::get_ncopies(), dvar5_array::get_ncopies(), d6_array::get_ncopies(), dvar6_array::get_ncopies(), d7_array::get_ncopies(), dvar7_array::get_ncopies(), incr_ncopies(), lvector::lvector(), ptr_vector::ptr_vector(), d5_array::shallow_copy(), dvar5_array::shallow_copy(), d6_array::shallow_copy(), dvar6_array::shallow_copy(), d7_array::shallow_copy(), dvar7_array::shallow_copy(), vector_shape(), lvector::~lvector(), and ptr_vector::~ptr_vector().
|
static |
Definition at line 513 of file fvar.hpp.
Referenced by cleanup_xpools().
|
|
Generated on Wed Sep 7 2022 00:01:35 for ADMB Documentation by 1.8.5
|