Symbol | Description | Uses |
DNRM2 | 9 |
File | Line number | Procedure | Code |
./lsopt/lsopt_top.F | 287 | LSOPT_TOP |
gnorm0 = DNRM2( nn, gg, 1 ) |
./lsopt/lsopt_top.F | 378 | LSOPT_TOP |
$ , DNRM2( nn, xx, 1 ), 0. |
./lsopt/lsopt_top.F | 456 | LSOPT_TOP |
gnorm = DNRM2( nn, gg, 1 ) |
./lsopt/lsopt_top.F | 462 | LSOPT_TOP |
$ , DNRM2( nn, xx, 1 ), tact*DNRM2( nn, dd, 1 ) |
./lsopt/lsopt_top.F | 632 | LSOPT_TOP |
$ , ' norm of x...................', DNRM2( nn, xx, 1 ) |
./lsopt/lsopt_top.F | 634 | LSOPT_TOP |
$ , ' norm of g...................', DNRM2( nn, gg, 1 ) |
./lsopt/lsopt_top.F | 85 | LSOPT_TOP |
external , DNRM2, DSCAL |
./lsopt/lsopt_top.F | 86 | LSOPT_TOP |
double precision DDOT, DNRM2 |