11 cout <<
"You must define the function user_randeff in your TPL"
12 " file to use the random effects optimization" <<
endl;
20 cout <<
"You must define the function user_dfrandeff in your TPL"
21 " file to use the random effects optimization" <<
endl;
28 cout <<
"You must define the function user_d2frandeff in your TPL"
29 " file to use the random effects optimization" <<
endl;
virtual dvar_vector user_dfrandeff(const dvar_vector &x)
prnstream & endl(prnstream &)
Description not yet available.
virtual dvar_matrix user_d2frandeff(const dvar_vector &x)
Class definition of matrix with derivitive information .
virtual dvariable user_randeff(const dvar_vector &x)
Fundamental data type for reverse mode automatic differentiation.