JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
Functions/Subroutines | |
subroutine, public | hto_hbrd (HTO_FCN, n, x, fvec, epsfcn, tol, info, diag) |
subroutine, public | hto_hybrd (HTO_FCN, n, x, fvec, xtol, maxfev, ml, mu, epsfcn, diag, mode, factor, nprint, info, nfev) |
subroutine | hto_dogleg (n, r, lr, diag, qtb, delta, x, wa1, wa2) |
subroutine | hto_fdjac1 (HTO_FCN, n, x, fvec, fjac, ldfjac, iflag, ml, mu, epsfcn, wa1, wa2) |
subroutine | hto_qform (m, n, q, ldq, wa) |
subroutine | hto_qrfac (m, n, a, lda, pivot, ipvt, lipvt, rdiag, acnorm, wa) |
subroutine | hto_r1mpyq (m, n, a, lda, v, w) |
subroutine | hto_r1updt (m, n, s, ls, u, v, w, sing) |
real *8 function | hto_enorm (n, x) |
subroutine hto_solve_nonlin::hto_dogleg | ( | integer, intent(in) | n, |
real*8, dimension(lr), intent(in) | r, | ||
integer, intent(in) | lr, | ||
real*8, dimension(n), intent(in) | diag, | ||
real*8, dimension(n), intent(in) | qtb, | ||
real*8, intent(in) | delta, | ||
real*8, dimension(n), intent(inout) | x, | ||
real*8, dimension(n), intent(out) | wa1, | ||
real*8, dimension(n), intent(out) | wa2 | ||
) |
Definition at line 5805 of file CALLING_cpHTO.f.
real*8 function hto_solve_nonlin::hto_enorm | ( | integer, intent(in) | n, |
real*8, dimension(n), intent(in) | x | ||
) |
Definition at line 6621 of file CALLING_cpHTO.f.
subroutine hto_solve_nonlin::hto_fdjac1 | ( | HTO_FCN, | |
integer, intent(in) | n, | ||
real*8, dimension(n), intent(inout) | x, | ||
real*8, dimension(n), intent(in) | fvec, | ||
real*8, dimension(ldfjac,n), intent(out) | fjac, | ||
integer, intent(in) | ldfjac, | ||
integer, intent(inout) | iflag, | ||
integer, intent(in) | ml, | ||
integer, intent(in) | mu, | ||
real*8, intent(in) | epsfcn, | ||
real*8, dimension(n), intent(inout) | wa1, | ||
real*8, dimension(n), intent(out) | wa2 | ||
) |
Definition at line 5962 of file CALLING_cpHTO.f.
subroutine, public hto_solve_nonlin::hto_hbrd | ( | HTO_FCN, | |
integer, intent(in) | n, | ||
real*8, dimension(n), intent(inout) | x, | ||
real*8, dimension(n), intent(inout) | fvec, | ||
real*8, intent(in) | epsfcn, | ||
real*8, intent(in) | tol, | ||
integer, intent(out) | info, | ||
real*8, dimension(n), intent(out) | diag | ||
) |
Definition at line 5311 of file CALLING_cpHTO.f.
subroutine, public hto_solve_nonlin::hto_hybrd | ( | HTO_FCN, | |
integer, intent(in) | n, | ||
real*8, dimension(n), intent(inout) | x, | ||
real*8, dimension(n), intent(inout) | fvec, | ||
real*8, intent(in) | xtol, | ||
integer, intent(inout) | maxfev, | ||
integer, intent(inout) | ml, | ||
integer, intent(in) | mu, | ||
real*8, intent(in) | epsfcn, | ||
real*8, dimension(n), intent(out) | diag, | ||
integer, intent(in) | mode, | ||
real*8, intent(in) | factor, | ||
integer, intent(inout) | nprint, | ||
integer, intent(out) | info, | ||
integer, intent(out) | nfev | ||
) |
Definition at line 5450 of file CALLING_cpHTO.f.
subroutine hto_solve_nonlin::hto_qform | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
real*8, dimension(ldq,m), intent(out) | q, | ||
integer, intent(in) | ldq, | ||
real*8, dimension(m), intent(out) | wa | ||
) |
Definition at line 6121 of file CALLING_cpHTO.f.
subroutine hto_solve_nonlin::hto_qrfac | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
real*8, dimension(lda,n), intent(inout) | a, | ||
integer, intent(in) | lda, | ||
logical, intent(in) | pivot, | ||
integer, dimension(lipvt), intent(out) | ipvt, | ||
integer, intent(in) | lipvt, | ||
real*8, dimension(n), intent(out) | rdiag, | ||
real*8, dimension(n), intent(out) | acnorm, | ||
real*8, dimension(n), intent(out) | wa | ||
) |
Definition at line 6214 of file CALLING_cpHTO.f.
subroutine hto_solve_nonlin::hto_r1mpyq | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
real*8, dimension(lda,n), intent(inout) | a, | ||
integer, intent(in) | lda, | ||
real*8, dimension(n), intent(in) | v, | ||
real*8, dimension(n), intent(in) | w | ||
) |
Definition at line 6367 of file CALLING_cpHTO.f.
subroutine hto_solve_nonlin::hto_r1updt | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
real*8, dimension(ls), intent(inout) | s, | ||
integer, intent(in) | ls, | ||
real*8, dimension(m), intent(in) | u, | ||
real*8, dimension(n), intent(inout) | v, | ||
real*8, dimension(m), intent(out) | w, | ||
logical, intent(out) | sing | ||
) |
Definition at line 6459 of file CALLING_cpHTO.f.