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

Description not yet available. More...

#include <admodel.h>

Public Member Functions

 param_init_bounded_matrix_vector ()
 Default constructor. More...
 
 ~param_init_bounded_matrix_vector ()
 Destructor. More...
 
void allocate (int min1, int max1, const index_type &min, const index_type &max, const index_type &min2, const index_type &max2, const double_index_type &dmin2, const double_index_type &dmax2, const index_type &phase_start, const char *s)
 
void allocate (int min1, int max1, const index_type &min, const index_type &max, const index_type &min2, const index_type &max2, const double_index_type &dmin2, const double_index_type &dmax2, const char *s)
 
bool allocated () const
 
void deallocate ()
 Frees member allocated memory. More...
 
dvector get_scalefactor ()
 
int indexmax () const
 
int indexmin () const
 
param_init_bounded_matrixoperator() (int i)
 
dvar_vectoroperator() (int i, int j)
 
prevariable operator() (int i, int j, int k)
 
param_init_bounded_matrixoperator[] (int i)
 
void set_initial_value (const double_index_type &initial_value)
 Sets initial value of param_init_bounded_matrix_vector. 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_bounded_matrixv
 

Detailed Description

Description not yet available.

Parameters

Definition at line 2813 of file admodel.h.

Constructor & Destructor Documentation

param_init_bounded_matrix_vector::param_init_bounded_matrix_vector ( )

Default constructor.

Definition at line 20 of file model46.cpp.

param_init_bounded_matrix_vector::~param_init_bounded_matrix_vector ( )

Destructor.

Definition at line 121 of file model46.cpp.

Member Function Documentation

void param_init_bounded_matrix_vector::allocate ( int  min1,
int  max1,
const index_type min,
const index_type max,
const index_type min2,
const index_type max2,
const double_index_type dmin2,
const double_index_type dmax2,
const index_type phase_start,
const char *  s 
)

Definition at line 42 of file model46.cpp.

Referenced by allocate().

void param_init_bounded_matrix_vector::allocate ( int  min1,
int  max1,
const index_type min,
const index_type max,
const index_type min2,
const index_type max2,
const double_index_type dmin2,
const double_index_type dmax2,
const char *  s 
)

Definition at line 28 of file model46.cpp.

bool param_init_bounded_matrix_vector::allocated ( void  ) const
inline

Definition at line 2847 of file admodel.h.

void param_init_bounded_matrix_vector::deallocate ( void  )

Frees member allocated memory.

Definition at line 126 of file model46.cpp.

Referenced by ~param_init_bounded_matrix_vector().

dvector param_init_bounded_matrix_vector::get_scalefactor ( void  )

Definition at line 339 of file model48.cpp.

int param_init_bounded_matrix_vector::indexmax ( void  ) const
inline

Definition at line 2849 of file admodel.h.

Referenced by allocate(), get_scalefactor(), and set_scalefactor().

int param_init_bounded_matrix_vector::indexmin ( void  ) const
inline

Definition at line 2848 of file admodel.h.

Referenced by allocate(), deallocate(), get_scalefactor(), and set_scalefactor().

param_init_bounded_matrix & param_init_bounded_matrix_vector::operator() ( int  i)
inline

Definition at line 2859 of file admodel.h.

dvar_vector & param_init_bounded_matrix_vector::operator() ( int  i,
int  j 
)
inline

Definition at line 2862 of file admodel.h.

prevariable param_init_bounded_matrix_vector::operator() ( int  i,
int  j,
int  k 
)
inline

Definition at line 2865 of file admodel.h.

param_init_bounded_matrix & param_init_bounded_matrix_vector::operator[] ( int  i)
inline

Definition at line 2856 of file admodel.h.

void param_init_bounded_matrix_vector::set_initial_value ( const double_index_type initial_value)

Sets initial value of param_init_bounded_matrix_vector.

Parameters
initial_valuenew value

Definition at line 14 of file model46.cpp.

void param_init_bounded_matrix_vector::set_scalefactor ( double  s)

Definition at line 367 of file model48.cpp.

Referenced by set_scalefactor().

void param_init_bounded_matrix_vector::set_scalefactor ( const dvector s)

Definition at line 350 of file model48.cpp.

Member Data Documentation

int param_init_bounded_matrix_vector::index_max
private

Definition at line 2817 of file admodel.h.

Referenced by allocate(), and indexmax().

int param_init_bounded_matrix_vector::index_min
private

Definition at line 2816 of file admodel.h.

Referenced by allocate(), and indexmin().

double_index_type* param_init_bounded_matrix_vector::it
private

Definition at line 2818 of file admodel.h.

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

param_init_bounded_matrix* param_init_bounded_matrix_vector::v
private

Definition at line 2815 of file admodel.h.

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


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