coocsr Subroutine

public subroutine coocsr(nrow, nnz, a, ir, jc, ao, jao, iao)

Arguments

Type IntentOptional Attributes Name
integer :: nrow
integer :: nnz
real(kind=8) :: a(*)
integer :: ir(*)
integer :: jc(*)
real(kind=8) :: ao(*)
integer :: jao(*)
integer :: iao(*)

Called by

proc~~coocsr~~CalledByGraph proc~coocsr coocsr proc~jac_ilupre jac_ilupre proc~jac_ilupre->proc~coocsr

Variables

Type Visibility Attributes Name Initial
real(kind=8), public :: x