|
L-BFGS-B
3.0
Large-scale Bound-constrained Optimization
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | prn1lb (n, m, l, u, x, iprint, itfile, epsmch) |
| This subroutine prints the input data, initial point, upper and lower bounds of each variable, machine precision, as well as the headings of the output. More... | |
| subroutine prn1lb | ( | integer | n, |
| integer | m, | ||
| double precision, dimension(n) | l, | ||
| double precision, dimension(n) | u, | ||
| double precision, dimension(n) | x, | ||
| integer | iprint, | ||
| integer | itfile, | ||
| double precision | epsmch | ||
| ) |
This subroutine prints the input data, initial point, upper and lower bounds of each variable, machine precision, as well as the headings of the output.
| n | On entry n is the number of variables. On exit n is unchanged. |
| m | On entry m is the maximum number of variable metric corrections allowed in the limited memory matrix. On exit m is unchanged. |
| l | On entry l is the lower bound of x. On exit l is unchanged. |
| u | On entry u is the upper bound of x. On exit u is unchanged. |
| x | On entry x is an approximation to the solution. On exit x is the current approximation. |
| iprint | It controls the frequency and type of output generated:
|
| itfile | unit number of iterate.dat file |
| epsmch | machine precision epsilon |
Definition at line 39 of file prn1lb.f.
Referenced by mainlb().