ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
param_init_matrix_vector Class Reference

Description not yet available. More...

#include <admodel.h>

Public Member Functions

 param_init_matrix_vector ()
 Default constructor.
 ~param_init_matrix_vector ()
 Destructor.
void allocate (int min0, int max0, const index_type &min, const index_type &max, const index_type &min1, const index_type &max1, const index_type &phase_start, const char *s)
void allocate (int min0, int max0, const index_type &min, const index_type &max, const index_type &min1, const index_type &max1, const char *s)
bool allocated () const
void deallocate (void)
 Free member allocated memory.
dvector get_scalefactor (void)
int indexmax () const
int indexmin () const
param_init_matrixoperator() (int i)
dvar_vectoroperator() (int i, int j)
prevariable operator() (int i, int j, int k)
param_init_matrixoperator[] (int i)
void set_initial_value (const double_index_type &it)
void set_scalefactor (double s)
void set_scalefactor (const dvector &s)

Private Attributes

int index_max
int index_min
double_index_typeit
param_init_matrixv

Detailed Description

Description not yet available.

Parameters:

Definition at line 2620 of file admodel.h.


Constructor & Destructor Documentation

Default constructor.

Definition at line 17 of file model44.cpp.

Destructor.

Definition at line 106 of file model44.cpp.


Member Function Documentation

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

Definition at line 37 of file model44.cpp.

Referenced by allocate().

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

Definition at line 25 of file model44.cpp.

bool param_init_matrix_vector::allocated ( void  ) const [inline]

Definition at line 2655 of file admodel.h.

Free member allocated memory.

Definition at line 113 of file model44.cpp.

Referenced by ~param_init_matrix_vector().

Definition at line 190 of file model48.cpp.

int param_init_matrix_vector::indexmax ( void  ) const [inline]

Definition at line 2657 of file admodel.h.

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

int param_init_matrix_vector::indexmin ( void  ) const [inline]

Definition at line 2656 of file admodel.h.

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

param_init_matrix& param_init_matrix_vector::operator() ( int  i) [inline]

Definition at line 2637 of file admodel.h.

dvar_vector& param_init_matrix_vector::operator() ( int  i,
int  j 
) [inline]

Definition at line 2638 of file admodel.h.

prevariable param_init_matrix_vector::operator() ( int  i,
int  j,
int  k 
) [inline]

Definition at line 2639 of file admodel.h.

param_init_matrix& param_init_matrix_vector::operator[] ( int  i) [inline]

Definition at line 2636 of file admodel.h.

Definition at line 9 of file model44.cpp.

Definition at line 218 of file model48.cpp.

Referenced by set_scalefactor().

Definition at line 201 of file model48.cpp.


Member Data Documentation

Definition at line 2624 of file admodel.h.

Referenced by allocate(), and indexmax().

Definition at line 2623 of file admodel.h.

Referenced by allocate(), and indexmin().

Definition at line 2625 of file admodel.h.

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

Definition at line 2622 of file admodel.h.

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

List of all members.


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