Parent Directory
|
Revision Log
|
Patch
revision 1477 by gross, Tue Apr 8 01:50:17 2008 UTC | revision 1478 by gross, Tue Apr 8 01:53:33 2008 UTC | |
---|---|---|
# | Line 142 err_t Paso_Solver_NLGMRES( | Line 142 err_t Paso_Solver_NLGMRES( |
142 | * watch out for happy breakdown | * watch out for happy breakdown |
143 | */ | */ |
144 | if(normv2 > 0.) { | if(normv2 > 0.) { |
145 | Paso_update(n,1./normv2,v[k],0.,v[k]); | Paso_Update(n,1./normv2,v[k],0.,v[k]); |
146 | } | } |
147 | /* | /* |
148 | * Form and store the information for the new Givens rotation | * Form and store the information for the new Givens rotation |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |