| Symbol | Description | Uses |
| itmax | 10 |
| File | Line number | Procedure | Code |
| ./optim/optim_sub.F | 114 | OPTIM_SUB |
itmax = numiter |
| ./optim/optim_sub.F | 121 | OPTIM_SUB |
& , itmax, nfunc, nupdate |
| ./optim/optim_sub.F | 82 | OPTIM_SUB |
integer itmax |
| ./lsopt/lsopt_top.F | 150 | LSOPT_TOP |
$ , ' maximal number of iterations......', itmax |
| ./lsopt/lsopt_top.F | 173 | LSOPT_TOP |
if (itmax .lt. 0) then |
| ./lsopt/lsopt_top.F | 175 | LSOPT_TOP |
print '(a,i6)' , ' ERROR : itmax = ', itmax |
| ./lsopt/lsopt_top.F | 384 | LSOPT_TOP |
if ( itmax .EQ. 0 ) then |
| ./lsopt/lsopt_top.F | 395 | LSOPT_TOP |
do iiter = 1, itmax |
| ./lsopt/lsopt_top.F | 4 | LSOPT_TOP |
$ , iprint, itmax, nfunc, nupdate |
| ./lsopt/lsopt_top.F | 58 | LSOPT_TOP |
integer nn, iprint, itmax, nfunc, nupdate, ifail |