|
integer | nx |
|
integer | ny |
|
real(kind_real), dimension(:), allocatable | x |
|
real(kind_real), dimension(:), allocatable | guess |
|
real(kind_real), dimension(:), allocatable | binf |
|
real(kind_real), dimension(:), allocatable | bsup |
|
real(kind_real), dimension(:), allocatable | obs |
|
character(len=1024) | cost_function |
|
real(kind_real) | f_guess |
|
real(kind_real) | f_min |
|
character(len=1024) | algo |
|
integer | nl0 |
|
integer | nc3 |
|
integer | nl0r |
|
logical | lhomh |
|
logical | lhomv |
|
integer, dimension(:,:), allocatable | l0rl0_to_l0 |
|
real(kind_real), dimension(:), allocatable | disth |
|
real(kind_real), dimension(:,:), allocatable | distv |
|
integer | nscales |
|
real(kind_real), dimension(:,:), allocatable | dx |
|
real(kind_real), dimension(:,:), allocatable | dy |
|
real(kind_real), dimension(:,:), allocatable | dz |
|
logical, dimension(:,:), allocatable | dmask |
|
Definition at line 24 of file type_minim.F90.
◆ best_nearby()
procedure type_minim::minim_type::best_nearby |
( |
| ) |
|
◆ compute()
procedure type_minim::minim_type::compute |
( |
| ) |
|
◆ cost()
procedure type_minim::minim_type::cost |
( |
| ) |
|
◆ cost_fit_diag()
procedure type_minim::minim_type::cost_fit_diag |
( |
| ) |
|
◆ cost_fit_diag_dble()
procedure type_minim::minim_type::cost_fit_diag_dble |
( |
| ) |
|
◆ cost_fit_lct()
procedure type_minim::minim_type::cost_fit_lct |
( |
| ) |
|
◆ hooke()
procedure type_minim::minim_type::hooke |
( |
| ) |
|
◆ vt_dir()
procedure type_minim::minim_type::vt_dir |
( |
| ) |
|
◆ vt_inv()
procedure type_minim::minim_type::vt_inv |
( |
| ) |
|
◆ algo
character(len=1024) type_minim::minim_type::algo |
◆ binf
real(kind_real), dimension(:), allocatable type_minim::minim_type::binf |
◆ bsup
real(kind_real), dimension(:), allocatable type_minim::minim_type::bsup |
◆ cost_function
character(len=1024) type_minim::minim_type::cost_function |
◆ disth
real(kind_real), dimension(:), allocatable type_minim::minim_type::disth |
◆ distv
real(kind_real), dimension(:,:), allocatable type_minim::minim_type::distv |
◆ dmask
logical, dimension(:,:), allocatable type_minim::minim_type::dmask |
◆ dx
real(kind_real), dimension(:,:), allocatable type_minim::minim_type::dx |
◆ dy
real(kind_real), dimension(:,:), allocatable type_minim::minim_type::dy |
◆ dz
real(kind_real), dimension(:,:), allocatable type_minim::minim_type::dz |
◆ f_guess
real(kind_real) type_minim::minim_type::f_guess |
◆ f_min
real(kind_real) type_minim::minim_type::f_min |
◆ guess
real(kind_real), dimension(:), allocatable type_minim::minim_type::guess |
◆ l0rl0_to_l0
integer, dimension(:,:), allocatable type_minim::minim_type::l0rl0_to_l0 |
◆ lhomh
logical type_minim::minim_type::lhomh |
◆ lhomv
logical type_minim::minim_type::lhomv |
◆ nc3
integer type_minim::minim_type::nc3 |
◆ nl0
integer type_minim::minim_type::nl0 |
◆ nl0r
integer type_minim::minim_type::nl0r |
◆ nscales
integer type_minim::minim_type::nscales |
◆ nx
integer type_minim::minim_type::nx |
◆ ny
integer type_minim::minim_type::ny |
◆ obs
real(kind_real), dimension(:), allocatable type_minim::minim_type::obs |
real(kind_real), dimension(:), allocatable type_minim::minim_type::x |
The documentation for this type was generated from the following file: