Home > p2plib > stanheadfu.m

stanheadfu

PURPOSE ^

standard "head function" called at start of cont/pmcont

SYNOPSIS ^

function stanheadfu(p);

DESCRIPTION ^

 standard "head function" called at start of cont/pmcont

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function stanheadfu(p);
0002 % standard "head function" called at start of cont/pmcont
0003 if(p.errchecksw>0) fprintf('step lambda  residual   err-est    iter method  ds ');
0004 else fprintf('step lambda  residual    iter  method   ds ');
0005 end
0006 for i=1:p.npb; fprintf('    b(%i)  ',i); end
0007 if(p.spcalcsw==1) fprintf(' #-EV'); end 
0008 % put anything else here
0009 fprintf('\n');
0010 %'meth step    lam       residual   #iter #+EV |A|  ds    lamdot time'; %headline

Generated on Wed 15-Aug-2012 10:09:15 by m2html © 2005