UFO
|
Evaluate the 1st and 2nd deriv. of the cost function. More...
Functions/Subroutines | |
subroutine, public | ops_gpsro_eval_derivs_ba (Nstate, Nobs, x, xb, yobs, ycalc, BM1, OM1, Kmat, dJ_dx, d2J_dx2, diag_d2J) |
Evaluate the 1st and 2nd deriv. of the cost function.
subroutine, public ufo_gnssroonedvarcheck_eval_derivs_mod::ops_gpsro_eval_derivs_ba | ( | integer, intent(in) | Nstate, |
integer, intent(in) | Nobs, | ||
real(kind_real), dimension(:), intent(in) | x, | ||
real(kind_real), dimension(:), intent(in) | xb, | ||
real(kind_real), dimension(:), intent(in) | yobs, | ||
real(kind_real), dimension(:), intent(in) | ycalc, | ||
real(kind_real), dimension(:,:), intent(in) | BM1, | ||
real(kind_real), dimension(:,:), intent(in) | OM1, | ||
real(kind_real), dimension(:,:), intent(in) | Kmat, | ||
real(kind_real), dimension(:), intent(out) | dJ_dx, | ||
real(kind_real), dimension(:,:), intent(out) | d2J_dx2, | ||
real(kind_real), dimension(:), intent(out) | diag_d2J | ||
) |
Definition at line 20 of file ufo_gnssroonedvarcheck_eval_derivs_mod.f90.