standard "head function" called at start of cont/pmcont
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