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

Description not yet available. More...

#include <df1b2fun.h>

Public Member Functions

 init_df1b2vector (int lib, int ub)
 Constructs vector with range lb to ub.
 init_df1b2vector (void)
 Default constructor.
 init_df1b2vector (const init_df1b2vector &v)
 Copy constructor.
 ~init_df1b2vector ()
 Destructor.
void allocate (int lib, int ub)
 Description not yet available.
void allocate (void)
 Do not allocate, but just initialize class members.
void deallocate (void)
 Similar to destructor.
int indexmax (void) const
int indexmin (void) const
init_df1b2variableoperator() (int i)
init_df1b2variableoperator[] (int i)
void reallocate (void)
 Description not yet available.
void set_value (const dvector &)
 Description not yet available.

Private Attributes

int index_max
int index_min
int * ncopies
init_df1b2variableptr
init_df1b2variabletrueptr

Detailed Description

Description not yet available.

Parameters:

Definition at line 360 of file df1b2fun.h.


Constructor & Destructor Documentation

init_df1b2vector::init_df1b2vector ( int  lib,
int  ub 
)

Constructs vector with range lb to ub.

Definition at line 344 of file df1b2fn2.cpp.

Default constructor.

Definition at line 337 of file df1b2fn2.cpp.

Copy constructor.

Definition at line 458 of file df1b2fn2.cpp.

Destructor.

Definition at line 419 of file df1b2fn2.cpp.


Member Function Documentation

void init_df1b2vector::allocate ( int  lb,
int  ub 
)

Description not yet available.

Parameters:

Definition at line 353 of file df1b2fn2.cpp.

Referenced by laplace_approximation_calculator::laplace_approximation_calculator().

void init_df1b2vector::allocate ( void  )

Do not allocate, but just initialize class members.

Definition at line 407 of file df1b2fn2.cpp.

Referenced by init_df1b2vector().

Similar to destructor.

Definition at line 440 of file df1b2fn2.cpp.

int init_df1b2vector::indexmax ( void  ) const [inline]
int init_df1b2vector::indexmin ( void  ) const [inline]
init_df1b2variable& init_df1b2vector::operator() ( int  i) [inline]

Definition at line 379 of file df1b2fun.h.

init_df1b2variable& init_df1b2vector::operator[] ( int  i) [inline]

Definition at line 380 of file df1b2fun.h.

Description not yet available.

Parameters:

Definition at line 395 of file df1b2fn2.cpp.

void init_df1b2vector::set_value ( const dvector v)

Description not yet available.

Parameters:

Definition at line 318 of file df1b2fn2.cpp.


Member Data Documentation

Definition at line 363 of file df1b2fun.h.

Referenced by allocate(), indexmax(), and init_df1b2vector().

Definition at line 362 of file df1b2fun.h.

Referenced by allocate(), indexmin(), and init_df1b2vector().

int* init_df1b2vector::ncopies [private]

Definition at line 364 of file df1b2fun.h.

Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().

Definition at line 366 of file df1b2fun.h.

Referenced by allocate(), init_df1b2vector(), operator()(), operator[](), and reallocate().

Definition at line 365 of file df1b2fun.h.

Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().

List of all members.


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