atob Subroutine

public subroutine atob(n, a, ja, ia, b, jb, ib)

Arguments

Type IntentOptional Attributes Name
integer :: n
real(kind=8) :: a(*)
integer :: ja(*)
integer :: ia(n+1)
real(kind=8) :: b(*)
integer :: jb(*)
integer :: ib(n+1)

Called by

proc~~atob~~CalledByGraph proc~atob atob proc~jac_ilupre jac_ilupre proc~jac_ilupre->proc~atob

Variables

Type Visibility Attributes Name Initial
integer, public :: i