This subroutine calculates the transposed Jacobian matrix of the fit function with respect to the fit parameter array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | is |
Index of species for which determine_JT is executed. |
||
integer, | intent(in) | :: | n_params |
Total number of fit parameters for a given species. |
||
integer, | intent(in) | :: | nJT |
First dimension of matrix JT. |
||
double precision, | intent(out) | :: | JT(nJT,0:upper_limit) |
Transposed Jacobian matrix of the fit function. |
||
double precision, | intent(in) | :: | params(n_params) |
Array of fit parameters. |
||
integer, | intent(in) | :: | iperp |
Index of perpendicular momentum at which JT is evaluated. |
||
integer, | intent(in) | :: | upper_limit |
Upper limit of iperp space (relativistic and non-relativistic). |
||
integer, | intent(in) | :: | ipparbar_lower |
Lower index of parallel momentum (relativistic). |