ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
df1b2_init_bounded_number_vector Class Reference

Description not yet available. More...

#include <df1b2fun.h>

Public Member Functions

 df1b2_init_bounded_number_vector ()
 Default constructor. More...
 
 ~df1b2_init_bounded_number_vector ()
 Description not yet available. More...
 
void allocate (int min1, int max1, const double_index_type &bmin, const double_index_type &bmax, const char *s)
 Description not yet available. More...
 
void allocate (int min1, int max1, const double_index_type &bmin, const double_index_type &bmax, const index_type &phase_start, const char *s)
 Allocate vector of df1b2_init_bounded number with dimension [min1 to max1] bounded by [bmin, bmax]. More...
 
int allocated (void)
 
void deallocate (void)
 Description not yet available. More...
 
int indexmax (void)
 
int indexmin (void)
 
df1b2_init_bounded_numberoperator() (int i)
 
df1b2_init_bounded_numberoperator[] (int i)
 

Private Attributes

int index_max
 
int index_min
 
double_index_typeit
 
df1b2_init_bounded_numberv
 

Detailed Description

Description not yet available.

Parameters

Definition at line 1548 of file df1b2fun.h.

Constructor & Destructor Documentation

df1b2_init_bounded_number_vector::df1b2_init_bounded_number_vector ( )

Default constructor.

Definition at line 17 of file df1b2nv1.cpp.

df1b2_init_bounded_number_vector::~df1b2_init_bounded_number_vector ( )

Description not yet available.

Parameters

Definition at line 61 of file df1b2nv1.cpp.

Member Function Documentation

void df1b2_init_bounded_number_vector::allocate ( int  min1,
int  max1,
const double_index_type bmin,
const double_index_type bmax,
const char *  s 
)

Description not yet available.

Parameters

Definition at line 89 of file df1b2nv1.cpp.

void df1b2_init_bounded_number_vector::allocate ( int  min1,
int  max1,
const double_index_type bmin,
const double_index_type bmax,
const index_type phase_start,
const char *  s 
)

Allocate vector of df1b2_init_bounded number with dimension [min1 to max1] bounded by [bmin, bmax].

Parameters
min1lower vector index
max1upper vector index
bminlower bound
bmaxupper bound
phase_start
s

Definition at line 105 of file df1b2nv1.cpp.

int df1b2_init_bounded_number_vector::allocated ( void  )
inline

Definition at line 1573 of file df1b2fun.h.

void df1b2_init_bounded_number_vector::deallocate ( void  )

Description not yet available.

Parameters

Definition at line 70 of file df1b2nv1.cpp.

Referenced by ~df1b2_init_bounded_number_vector().

int df1b2_init_bounded_number_vector::indexmax ( void  )
inline

Definition at line 1575 of file df1b2fun.h.

int df1b2_init_bounded_number_vector::indexmin ( void  )
inline

Definition at line 1574 of file df1b2fun.h.

Referenced by allocate(), and deallocate().

df1b2_init_bounded_number& df1b2_init_bounded_number_vector::operator() ( int  i)
inline

Definition at line 1560 of file df1b2fun.h.

df1b2_init_bounded_number& df1b2_init_bounded_number_vector::operator[] ( int  i)
inline

Definition at line 1559 of file df1b2fun.h.

Member Data Documentation

int df1b2_init_bounded_number_vector::index_max
private

Definition at line 1552 of file df1b2fun.h.

Referenced by allocate(), and indexmax().

int df1b2_init_bounded_number_vector::index_min
private

Definition at line 1551 of file df1b2fun.h.

Referenced by allocate(), and indexmin().

double_index_type* df1b2_init_bounded_number_vector::it
private

Definition at line 1553 of file df1b2fun.h.

Referenced by deallocate().

df1b2_init_bounded_number* df1b2_init_bounded_number_vector::v
private

Definition at line 1550 of file df1b2fun.h.

Referenced by allocate(), allocated(), deallocate(), operator()(), and operator[]().


The documentation for this class was generated from the following files: