18 cerr <<
"Error opening file admodel.hes" <<
endl;
27 cout <<
"the number of independent variables"
28 <<
" is wrong in admodel.hes" <<
endl;
34 cerr <<
"Error reading the hessian from file admodel.hes" <<
endl;
37 for (
int i=1;i<=nvar;i++)
41 double tmp=(h(i,j)+h(j,i))/2.;
50 cerr <<
"Error restricted Hessian is not positive definite" <<
endl;
double hess_determinant(int underflow_flag)
ivector sgn(const dvector &v)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
prnstream & endl(prnstream &)
Description not yet available.
Description not yet available.
double ln_det(const dmatrix &m1, int &sgn)
Compute log determinant of a constant matrix.
Description not yet available.