dperm Subroutine

public subroutine dperm(nrow, a, ja, ia, ao, jao, iao, perm, qperm, job)

Arguments

Type IntentOptional Attributes Name
integer :: nrow
real(kind=8) :: a(*)
integer :: ja(*)
integer :: ia(nrow+1)
real(kind=8) :: ao(*)
integer :: jao(*)
integer :: iao(nrow+1)
integer :: perm(nrow)
integer :: qperm(*)
integer :: job

Calls

proc~~dperm~~CallsGraph proc~dperm dperm proc~cperm cperm proc~dperm->proc~cperm proc~rperm rperm proc~dperm->proc~rperm

Called by

proc~~dperm~~CalledByGraph proc~dperm dperm proc~jac_ilupre jac_ilupre proc~jac_ilupre->proc~dperm

Variables

Type Visibility Attributes Name Initial
integer, public :: locjob
integer, public :: mod