ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
df1b2f15.cpp File Reference

(Last Changed on April 22, 2014 for git-revision 219a09ff06fd9cee4c006dd85abbefca00beea03.)

Description not yet available. More...

#include <df1b2fun.h>

Go to the source code of this file.

Functions

int active (const df1b2_init_vector &x)
 Description not yet available. More...
 
int active (const df1b2_init_number &x)
 Description not yet available. More...
 
int active (const df1b2_init_matrix &x)
 Description not yet available. More...
 
df1b2variable boundp (const df1b2variable &x, double fmin, double fmax, const df1b2variable &_fpen)
 Bound model parameter. More...
 
df1b2variable boundp (const df1b2variable &_x, double fmin, double fmax, const df1b2variable &_fpen, double s)
 Bound and scale model parameter. More...
 
df1b2variable boundp (const df1b2variable &x, double fmin, double fmax)
 Description not yet available. More...
 
void set_value (const df1b2vector &_x, const init_df1b2vector &_v, const int &_ii, double fmin, double fmax, const df1b2variable &fpen, double s)
 
void set_value (const df1b2variable &_u, const init_df1b2vector &_x, const int &_ii, double fmin, double fmax, const df1b2variable &_fpen)
 Description not yet available. More...
 
void set_value (const df1b2variable &_u, const init_df1b2vector &_x, const int &_ii, double fmin, double fmax, const df1b2variable &_fpen, double s)
 
void set_value (const df1b2vector &_x, const init_df1b2vector &_v, const int &_ii, double fmin, double fmax, const df1b2variable &fpen)
 Description not yet available. More...
 
void set_value_mc (const df1b2vector &_x, const init_df1b2vector &_v, const int &_ii, double fmin, double fmax)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file df1b2f15.cpp.

Function Documentation

int active ( const df1b2_init_vector x)

Description not yet available.

Parameters

Definition at line 730 of file df1b2f15.cpp.

int active ( const df1b2_init_number x)

Description not yet available.

Parameters

Definition at line 742 of file df1b2f15.cpp.

int active ( const df1b2_init_matrix x)

Description not yet available.

Parameters

Definition at line 754 of file df1b2f15.cpp.

df1b2variable boundp ( const df1b2variable x,
double  fmin,
double  fmax,
const df1b2variable _fpen 
)

Bound model parameter.

Parameters
xVariable to bound
fminLower value
fmaxUpper value
_fpenPenalty to apply

Definition at line 418 of file df1b2f15.cpp.

df1b2variable boundp ( const df1b2variable _x,
double  fmin,
double  fmax,
const df1b2variable _fpen,
double  s 
)

Bound and scale model parameter.

Parameters
xVariable to bound
fminLower value
fmaxUpper value
_fpenPenalty to apply

Definition at line 469 of file df1b2f15.cpp.

df1b2variable boundp ( const df1b2variable x,
double  fmin,
double  fmax 
)

Description not yet available.

Parameters

Definition at line 521 of file df1b2f15.cpp.

void set_value ( const df1b2vector _x,
const init_df1b2vector _v,
const int &  _ii,
double  fmin,
double  fmax,
const df1b2variable fpen,
double  s 
)

Definition at line 573 of file df1b2f15.cpp.

void set_value ( const df1b2variable _u,
const init_df1b2vector _x,
const int &  _ii,
double  fmin,
double  fmax,
const df1b2variable _fpen 
)

Description not yet available.

Parameters

Definition at line 354 of file df1b2f15.cpp.

void set_value ( const df1b2variable _u,
const init_df1b2vector _x,
const int &  _ii,
double  fmin,
double  fmax,
const df1b2variable _fpen,
double  s 
)

Definition at line 382 of file df1b2f15.cpp.

void set_value ( const df1b2vector _x,
const init_df1b2vector _v,
const int &  _ii,
double  fmin,
double  fmax,
const df1b2variable fpen 
)

Description not yet available.

Parameters

Definition at line 558 of file df1b2f15.cpp.

void set_value_mc ( const df1b2vector _x,
const init_df1b2vector _v,
const int &  _ii,
double  fmin,
double  fmax 
)

Description not yet available.

Parameters

Definition at line 537 of file df1b2f15.cpp.