oqp_dgesv_i64 Subroutine

public subroutine oqp_dgesv_i64(n, nrhs, a, lda, ipiv, b, ldb, info)

Arguments

Type IntentOptional Attributes Name
integer :: n
integer :: nrhs
real(kind=dp) :: a(lda,*)
integer :: lda
integer :: ipiv(*)
real(kind=dp) :: b(ldb,*)
integer :: ldb
integer :: info

Calls

proc~~oqp_dgesv_i64~~CallsGraph proc~oqp_dgesv_i64 oqp_dgesv_i64 dgesv dgesv proc~oqp_dgesv_i64->dgesv interface~show_message show_message proc~oqp_dgesv_i64->interface~show_message

Called by

proc~~oqp_dgesv_i64~~CalledByGraph proc~oqp_dgesv_i64 oqp_dgesv_i64 proc~oqp_resp_charges oqp_resp_charges proc~oqp_resp_charges->proc~oqp_dgesv_i64 proc~resp_charges_c resp_charges_C proc~resp_charges_c->proc~oqp_resp_charges