Millepede-II  V04-00-00
 All Classes Files Functions Variables Enumerator
Public Attributes
linesrch Module Reference

Line search data. More...

List of all members.

Public Attributes

INTEGER, parameter msfd = 20
INTEGER nsfd
 number of function calls
INTEGER idgl
 index of smallest negative slope
INTEGER idgr
 index of smallest positive slope
INTEGER idgm
 index of minimal slope
INTEGER minf = 1
 min. number of function calls
INTEGER maxf = 5
 max. number of function calls
INTEGER lsinfo
 (status) information
DOUBLE PRECISION, dimension(4,
msfd
sfd
 abscissa; function value; slope; predicted zero
DOUBLE PRECISION stmx = 0.9
 maximum slope ratio
DOUBLE PRECISION gtol
 slope ratio

Detailed Description

Line search data.

Definition at line 33 of file linesrch.f90.


Member Data Documentation

DOUBLE PRECISION linesrch::gtol

slope ratio

Definition at line 46 of file linesrch.f90.

INTEGER linesrch::idgl

index of smallest negative slope

Definition at line 38 of file linesrch.f90.

INTEGER linesrch::idgm

index of minimal slope

Definition at line 40 of file linesrch.f90.

INTEGER linesrch::idgr

index of smallest positive slope

Definition at line 39 of file linesrch.f90.

(status) information

Definition at line 43 of file linesrch.f90.

INTEGER linesrch::maxf = 5

max. number of function calls

Definition at line 42 of file linesrch.f90.

INTEGER linesrch::minf = 1

min. number of function calls

Definition at line 41 of file linesrch.f90.

INTEGER, parameter linesrch::msfd = 20

Definition at line 36 of file linesrch.f90.

INTEGER linesrch::nsfd

number of function calls

Definition at line 37 of file linesrch.f90.

DOUBLE PRECISION, dimension(4,msfd) linesrch::sfd

abscissa; function value; slope; predicted zero

Definition at line 44 of file linesrch.f90.

DOUBLE PRECISION linesrch::stmx = 0.9

maximum slope ratio

Definition at line 45 of file linesrch.f90.


The documentation for this module was generated from the following file: