|
NLSL
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | addprm (ix, ix2, ibd, prmn, prmx, prsc, step, ident) |
| Add a parameter to list of parameters being varied for nonlinear least-squares. Also maintain the lists of. More... | |
| subroutine addprm | ( | integer | ix, |
| integer | ix2, | ||
| integer | ibd, | ||
| double precision | prmn, | ||
| double precision | prmx, | ||
| double precision | prsc, | ||
| double precision | step, | ||
| character*9 | ident | ||
| ) |
Add a parameter to list of parameters being varied for nonlinear least-squares. Also maintain the lists of.
The values of these parameters for the given variable parameter are passed to ADDPRM:
| subroutine parameter | kept in list |
|---|---|
| ix2 | ixst |
| ibd | ibnd |
| prmn | prmin |
| prmx | prmax |
| prsc | prscl |
| step | xfdstp |
| ident | tag |
Notes:
Definition at line 54 of file addprm.f90.
