#include <factors.h>
Public Member Functions | |
| factor () | |
| void | allocate (const ivector &v, dvar_vector &par) |
| dvariable | operator() (int i) |
Private Attributes | |
| ivector | idx |
| dvar_vector | levels |
| int | nlevels |
| factor::factor | ( | ) | [inline] |
| void factor::allocate | ( | const ivector & | v, |
| dvar_vector & | par | ||
| ) |
Definition at line 85 of file factors.cpp.
| dvariable factor::operator() | ( | int | i | ) |
Definition at line 123 of file factors.cpp.
ivector factor::idx [private] |
Definition at line 16 of file factors.h.
Referenced by allocate(), and operator()().
dvar_vector factor::levels [private] |
Definition at line 17 of file factors.h.
Referenced by allocate(), and operator()().
int factor::nlevels [private] |
Definition at line 15 of file factors.h.
Referenced by allocate(), and factor().
|
|
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0
|