Initialize alpha in CG.

new-parstruct
Salvatore Filippone 6 years ago
parent 9d70696e96
commit aaf623bfc2

@ -203,7 +203,7 @@ subroutine psb_ccg_vect(a,prec,b,x,eps,desc_a,info,&
istebz = 0
end if
itx=0
alpha = czero
restart: do
! =

@ -211,7 +211,7 @@ subroutine psb_dcg_vect(a,prec,b,x,eps,desc_a,info,&
end if
end if
itx=0
alpha = dzero
restart: do
! =

@ -211,7 +211,7 @@ subroutine psb_scg_vect(a,prec,b,x,eps,desc_a,info,&
end if
end if
itx=0
alpha = szero
restart: do
! =

@ -203,7 +203,7 @@ subroutine psb_zcg_vect(a,prec,b,x,eps,desc_a,info,&
istebz = 0
end if
itx=0
alpha = zzero
restart: do
! =

Loading…
Cancel
Save