roscal Subroutine

subroutine roscal(nrow, job, nrm, a, ja, ia, diag, b, jb, ib, ierr)

Arguments

Type IntentOptional Attributes Name
integer :: nrow
integer :: job
integer :: nrm
real(kind=8) :: a(*)
integer :: ja(*)
integer :: ia(nrow+1)
real(kind=8) :: diag(nrow)
real(kind=8) :: b(*)
integer :: jb(*)
integer :: ib(nrow+1)
integer :: ierr

Calls

proc~~roscal~~CallsGraph proc~roscal roscal diamua diamua proc~roscal->diamua rnrms rnrms proc~roscal->rnrms