cperm Subroutine

public subroutine cperm(nrow, a, ja, ia, ao, jao, iao, perm, 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(*)
integer :: job

Called by

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

Variables

Type Visibility Attributes Name Initial
integer, public :: k
integer, public :: i
integer, public :: nnz