ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
df1b2vector (int lb, int ub) | |
Description not yet available. More... | |
df1b2vector (const dvector &v) | |
Construct df1b2vector from dvector v. More... | |
df1b2vector (const df1b2vector &) | |
Copy constructor. More... | |
df1b2vector (void) | |
Default constructor. More... | |
df1b2vector (const predf1b2vector &) | |
Description not yet available. More... | |
~df1b2vector () | |
Destructor. More... | |
void | allocate (int lb, int ub, const char *) |
Description not yet available. More... | |
void | allocate (int lb, int ub) |
Allocate vector of df1b2variables with dimension [lb to ub]. More... | |
void | allocate (const ad_integer &, const ad_integer &ub) |
Description not yet available. More... | |
void | allocate (void) |
Initialize df1b2vector to empty. More... | |
int | allocated (void) |
void | copy (const df1b2vector &) |
Description not yet available. More... | |
void | deallocate (void) |
If no other copies exists, free allocated memory. More... | |
int | get_offset (void) |
df1b2variable * | getv (void) |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. More... | |
void | noallocate (int lib, int ub) |
Description not yet available. More... | |
df1b2variable & | operator() (int i) const |
df1b2vector | operator() (const ivector &iv) |
df1b2vector | operator() (int lb, int ub) |
df1b2vector & | operator*= (const df1b2vector &x) |
Description not yet available. More... | |
df1b2vector & | operator*= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2vector & | operator++ (void) |
df1b2vector & | operator+= (const df1b2vector &x) |
Description not yet available. More... | |
df1b2vector & | operator+= (const dvector &x) |
Description not yet available. More... | |
df1b2vector & | operator+= (double x) |
Description not yet available. More... | |
df1b2vector & | operator+= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2vector & | operator-- (void) |
df1b2vector & | operator-= (const df1b2vector &x) |
Description not yet available. More... | |
df1b2vector & | operator-= (const dvector &x) |
Description not yet available. More... | |
df1b2vector & | operator-= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2vector & | operator/= (const df1b2vector &x) |
Description not yet available. More... | |
df1b2vector & | operator/= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2vector & | operator= (const df3_one_vector &) |
df1b2vector & | operator= (const df1b2vector &) |
Description not yet available. More... | |
df1b2vector & | operator= (const dvector &) |
Description not yet available. More... | |
df1b2vector & | operator= (double) |
Assign value x to each element of df1b2vector. More... | |
df1b2vector & | operator= (const df1b2variable &) |
Description not yet available. More... | |
df1b2vector & | operator= (const df3_two_vector &M) |
Description not yet available. More... | |
df1b2variable & | operator[] (int i) const |
int | pointersize () const |
df1b2vector & | shift (int) |
Description not yet available. More... | |
int | size () |
Private Attributes | |
vector_shapex * | shape |
df1b2variable * | v |
Friends | |
class | df1b2variable |
class | random_effects_bounded_vector_info |
class | xf_df1b2vector |
Additional Inherited Members | |
Protected Attributes inherited from df1b2vector_header | |
int | index_max |
int | index_min |
int | offset |
df1b2vector::df1b2vector | ( | int | lb, |
int | ub | ||
) |
df1b2vector::df1b2vector | ( | const dvector & | v | ) |
Construct df1b2vector from dvector v.
Definition at line 602 of file f1b2vc1.cpp.
df1b2vector::~df1b2vector | ( | ) |
Destructor.
Definition at line 752 of file f1b2vc1.cpp.
df1b2vector::df1b2vector | ( | const df1b2vector & | x | ) |
Copy constructor.
Definition at line 783 of file f1b2vc1.cpp.
df1b2vector::df1b2vector | ( | void | ) |
Default constructor.
Definition at line 620 of file f1b2vc1.cpp.
df1b2vector::df1b2vector | ( | const predf1b2vector & | pdv | ) |
void df1b2vector::allocate | ( | int | lb, |
int | ub, | ||
const char * | s | ||
) |
Description not yet available.
Definition at line 639 of file f1b2vc1.cpp.
Referenced by df1b2matrix::allocate().
void df1b2vector::allocate | ( | int | lb, |
int | ub | ||
) |
Allocate vector of df1b2variables with dimension [lb to ub].
lb | lower vector index |
ub | upper vector index |
Definition at line 659 of file f1b2vc1.cpp.
void df1b2vector::allocate | ( | const ad_integer & | lb, |
const ad_integer & | ub | ||
) |
void df1b2vector::allocate | ( | void | ) |
Initialize df1b2vector to empty.
Definition at line 627 of file f1b2vc1.cpp.
Referenced by funnel_init_df1b2vector::allocate(), allocate(), df1b2_init_vector::allocate(), df1b2_init_bounded_vector::allocate(), deallocate(), df1b2vector(), funnel_init_bounded_df1b2vector::funnel_init_bounded_df1b2vector(), and funnel_init_df1b2vector::funnel_init_df1b2vector().
|
inline |
Definition at line 968 of file df1b2fun.h.
Referenced by operator=(), df1b2_init_vector::sd_scale(), and df1b2_init_bounded_vector::sd_scale().
void df1b2vector::copy | ( | const df1b2vector & | _x | ) |
Description not yet available.
Definition at line 791 of file f1b2vc1.cpp.
Referenced by df1b2vector(), and operator=().
void df1b2vector::deallocate | ( | void | ) |
If no other copies exists, free allocated memory.
Definition at line 759 of file f1b2vc1.cpp.
Referenced by allocate(), ~df1b2vector(), and funnel_init_df1b2vector::~funnel_init_df1b2vector().
|
inline |
Definition at line 986 of file df1b2fun.h.
|
inline |
Definition at line 967 of file df1b2fun.h.
|
inline |
Definition at line 970 of file df1b2fun.h.
Referenced by funnel_init_df1b2vector::allocate(), allocate(), boundp(), dbinom(), fabs(), funnel_init_df1b2vector::funnel_init_df1b2vector(), gammln(), initialize(), log_comb(), lower_triangular_solve(), lower_triangular_solve_trans(), lubksb(), max(), funnel_init_bounded_df1b2vector::nvar_calc(), funnel_init_df1b2vector::nvar_calc(), operator*=(), operator+=(), operator-=(), operator/=(), operator=(), outer_prod(), posfun(), reorder(), df1b2_init_vector::sd_scale(), df1b2_init_bounded_vector::sd_scale(), funnel_init_bounded_df1b2vector::set_index(), funnel_init_df1b2vector::set_index(), df1b2_init_vector::set_index(), funnel_init_bounded_df1b2vector::set_value(), funnel_init_df1b2vector::set_value(), df1b2_init_vector::set_value(), re_df1b2_init_bounded_vector::set_value(), funnel_init_bounded_df1b2vector::xinit(), and funnel_init_df1b2vector::xinit().
|
inline |
Definition at line 969 of file df1b2fun.h.
Referenced by funnel_init_df1b2vector::allocate(), allocate(), boundp(), dbinom(), fabs(), funnel_init_df1b2vector::funnel_init_df1b2vector(), gammln(), df1b2quadratic_prior::get_Lxu(), quadratic_prior::get_offset(), initialize(), log_comb(), lower_triangular_solve(), lower_triangular_solve_trans(), lubksb(), max(), funnel_init_bounded_df1b2vector::nvar_calc(), funnel_init_df1b2vector::nvar_calc(), operator*(), operator*=(), operator+=(), operator-=(), operator/=(), operator=(), outer_prod(), posfun(), reorder(), df1b2_init_vector::sd_scale(), df1b2_init_bounded_vector::sd_scale(), funnel_init_bounded_df1b2vector::set_index(), funnel_init_df1b2vector::set_index(), df1b2_init_vector::set_index(), funnel_init_bounded_df1b2vector::set_value(), funnel_init_df1b2vector::set_value(), df1b2_init_vector::set_value(), re_df1b2_init_bounded_vector::set_value(), shift(), vector2matrix(), funnel_init_bounded_df1b2vector::xinit(), and funnel_init_df1b2vector::xinit().
void df1b2vector::initialize | ( | void | ) |
Description not yet available.
Definition at line 287 of file f1b2vc3.cpp.
Referenced by colsum(), ludcmp(), operator*(), and rowsum().
void df1b2vector::noallocate | ( | int | lb, |
int | ub | ||
) |
Description not yet available.
Definition at line 733 of file f1b2vc1.cpp.
Referenced by cos(), cube(), elem_div(), elem_prod(), exp(), first_difference(), log(), mfexp(), operator()(), operator*(), operator+(), operator-(), operator/(), pow(), sin(), sqrt(), square(), and tan().
|
inline |
Definition at line 994 of file df1b2fun.h.
Referenced by re_df1b2_init_bounded_vector::set_value().
df1b2vector df1b2vector::operator() | ( | const ivector & | iv | ) |
Definition at line 10 of file f1b2vc11.cpp.
|
inline |
Definition at line 1026 of file df1b2fun.h.
df1b2vector & df1b2vector::operator*= | ( | const df1b2vector & | _x | ) |
df1b2vector & df1b2vector::operator*= | ( | const df1b2variable & | _x | ) |
|
inline |
Definition at line 962 of file df1b2fun.h.
df1b2vector & df1b2vector::operator+= | ( | const df1b2vector & | _x | ) |
df1b2vector & df1b2vector::operator+= | ( | const dvector & | _x | ) |
df1b2vector & df1b2vector::operator+= | ( | double | x | ) |
df1b2vector & df1b2vector::operator+= | ( | const df1b2variable & | _x | ) |
|
inline |
Definition at line 958 of file df1b2fun.h.
df1b2vector & df1b2vector::operator-= | ( | const df1b2vector & | _x | ) |
df1b2vector & df1b2vector::operator-= | ( | const dvector & | _x | ) |
df1b2vector & df1b2vector::operator-= | ( | const df1b2variable & | _x | ) |
df1b2vector & df1b2vector::operator/= | ( | const df1b2vector & | _x | ) |
df1b2vector & df1b2vector::operator/= | ( | const df1b2variable & | _x | ) |
df1b2vector & df1b2vector::operator= | ( | const df3_one_vector & | M | ) |
Definition at line 760 of file df3fun.cpp.
df1b2vector & df1b2vector::operator= | ( | const df1b2vector & | _x | ) |
df1b2vector & df1b2vector::operator= | ( | const dvector & | _x | ) |
df1b2vector & df1b2vector::operator= | ( | double | x | ) |
Assign value x to each element of df1b2vector.
x | assigment value |
Definition at line 127 of file f1b2vc5.cpp.
df1b2vector & df1b2vector::operator= | ( | const df1b2variable & | _x | ) |
df1b2vector & df1b2vector::operator= | ( | const df3_two_vector & | M | ) |
|
inline |
Definition at line 998 of file df1b2fun.h.
|
inline |
Definition at line 966 of file df1b2fun.h.
Referenced by operator()(), and operator[]().
df1b2vector & df1b2vector::shift | ( | int | min | ) |
|
inline |
Definition at line 971 of file df1b2fun.h.
Referenced by df1b2quadratic_prior::get_Lxu(), and vector2matrix().
|
friend |
Definition at line 1031 of file df1b2fun.h.
Referenced by pointersize().
|
friend |
Definition at line 1030 of file df1b2fun.h.
Referenced by re_df1b2_init_bounded_vector::operator()().
|
friend |
Definition at line 1032 of file df1b2fun.h.
|
private |
Definition at line 956 of file df1b2fun.h.
Referenced by allocate(), copy(), deallocate(), df1b2vector(), and noallocate().
|
private |
Definition at line 955 of file df1b2fun.h.
Referenced by allocate(), allocated(), copy(), deallocate(), df1b2vector(), getv(), noallocate(), operator()(), operator++(), operator--(), operator[](), df1b2_init_vector::sd_scale(), df1b2_init_bounded_vector::sd_scale(), and shift().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |