coocsr Subroutine

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(*)

Variables

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