VecAXPY() in loops in TS
18 Feb
2011
18 Feb
'11
12:48 p.m.
Can some of the VecAXPY() calls in loops in TS be replaced with single VecMAXPY() calls? For example for (j=0; j<r; j++) { ierr = VecAXPY(gl->Z,-shift*u[i*r+j],X[j]);CHKERRQ(ierr); } Just asking, Barry
5653
Age (days ago)
5653
Last active (days ago)
0 comments
1 participants
participants (1)
-
Barry Smith