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
param_init_vector_vector Class Reference

Description not yet available. More...

#include <admodel.h>

Public Member Functions

 param_init_vector_vector ()
 Default constructor. More...
 
 ~param_init_vector_vector ()
 Destructor. More...
 
void allocate (int min1, int max1, const index_type &min, const index_type &max, const index_type &phase_start, const char *s)
 Allocate vector min1 to max2 of param_init_vector with dimensions min to max using specified phase_start. More...
 
void allocate (int min1, int max1, const index_type &min, const index_type &max, const char *s)
 Allocate vector min1 to max2 of param_init_vector with dimensions min to max using phase_start at 1. More...
 
bool allocated () const
 
void deallocate (void)
 Free member allocated memory. More...
 
dvector get_scalefactor (void)
 
int indexmax (void)
 
int indexmin (void)
 
param_init_vectoroperator() (int i)
 
prevariable operator() (int i, int j)
 
param_init_vectoroperator[] (int i)
 
void set_initial_value (const double_index_type &it)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
void set_scalefactor (double s)
 
void set_scalefactor (const dvector &s)
 

Private Attributes

int index_max
 
int index_min
 
double_index_typeit
 
param_init_vectorv
 

Detailed Description

Description not yet available.

Parameters

Definition at line 2675 of file admodel.h.

Constructor & Destructor Documentation

param_init_vector_vector::param_init_vector_vector ( )

Default constructor.

Definition at line 19 of file model43.cpp.

param_init_vector_vector::~param_init_vector_vector ( )

Destructor.

Definition at line 127 of file model43.cpp.

Member Function Documentation

void param_init_vector_vector::allocate ( int  min1,
int  max1,
const index_type min,
const index_type max,
const index_type phase_start,
const char *  s 
)

Allocate vector min1 to max2 of param_init_vector with dimensions min to max using specified phase_start.

Parameters
min1lower vector index
max1upper vector index
minparam_init_vector lower vector index
maxparam_init_vector upper vector index
phase_startspecified starting phase
sis the id

Definition at line 56 of file model43.cpp.

Referenced by allocate().

void param_init_vector_vector::allocate ( int  min1,
int  max1,
const index_type min,
const index_type max,
const char *  s 
)

Allocate vector min1 to max2 of param_init_vector with dimensions min to max using phase_start at 1.

Parameters
min1lower vector index
max1upper vector index
minparam_init_vector lower vector index
maxparam_init_vector upper vector index
sis the id

Definition at line 36 of file model43.cpp.

bool param_init_vector_vector::allocated ( void  ) const
inline

Definition at line 2707 of file admodel.h.

void param_init_vector_vector::deallocate ( void  )

Free member allocated memory.

Definition at line 134 of file model43.cpp.

Referenced by ~param_init_vector_vector().

dvector param_init_vector_vector::get_scalefactor ( void  )

Definition at line 187 of file model48.cpp.

int param_init_vector_vector::indexmax ( void  )
inline
int param_init_vector_vector::indexmin ( void  )
inline
param_init_vector& param_init_vector_vector::operator() ( int  i)
inline

Definition at line 2692 of file admodel.h.

prevariable param_init_vector_vector::operator() ( int  i,
int  j 
)
inline

Definition at line 2693 of file admodel.h.

param_init_vector& param_init_vector_vector::operator[] ( int  i)
inline

Definition at line 2691 of file admodel.h.

void param_init_vector_vector::set_initial_value ( const double_index_type initial_value)

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Set the initial_value.

Parameters
initial_valuenew value

Definition at line 11 of file model43.cpp.

void param_init_vector_vector::set_scalefactor ( double  s)

Definition at line 215 of file model48.cpp.

Referenced by set_scalefactor().

void param_init_vector_vector::set_scalefactor ( const dvector s)

Definition at line 198 of file model48.cpp.

Member Data Documentation

int param_init_vector_vector::index_max
private

Definition at line 2679 of file admodel.h.

Referenced by allocate(), and indexmax().

int param_init_vector_vector::index_min
private

Definition at line 2678 of file admodel.h.

Referenced by allocate(), and indexmin().

double_index_type* param_init_vector_vector::it
private

Definition at line 2680 of file admodel.h.

Referenced by allocate(), deallocate(), and set_initial_value().

param_init_vector* param_init_vector_vector::v
private

Definition at line 2677 of file admodel.h.

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


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