aplb Subroutine

subroutine aplb(nrow, ncol, job, a, ja, ia, b, jb, ib, c, jc, ic, nzmax, iw, ierr)

Arguments

Type IntentOptional Attributes Name
integer :: nrow
integer :: ncol
integer :: job
real(kind=8) :: a(*)
integer :: ja(*)
integer :: ia(nrow+1)
real(kind=8) :: b(*)
integer :: jb(*)
integer :: ib(nrow+1)
real(kind=8) :: c(*)
integer :: jc(*)
integer :: ic(nrow+1)
integer :: nzmax
integer :: iw(ncol)
integer :: ierr

Calls

proc~~aplb~~CallsGraph proc~aplb aplb w w proc~aplb->w

Variables

Type Visibility Attributes Name Initial
logical, public :: values