Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 9278:2b35cb600d50
improve bicgstab and cgs
author | Radek Salac <salac.r@gmail.com> |
---|---|
date | Thu, 28 May 2009 07:03:11 +0200 |
parents | be84e9654feb |
children | 1673a0dc019f |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,12 @@ +2009-05-28 Radek Salac <salac.r@gmail.com> + + * sparse/bicgstab.m: New output when calling without arguments. + Time optimization - remove certain checks linked to preconditioner which + are unacceptably slow. + * sparse/cgs.m: New output when calling without arguments. + Time optimization - remove certain checks linked to preconditioner which + are unacceptably slow. Rename internal variable to match bicgstab. + 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> * plot/axis.m: Update documentation to reflect addition of "tight" option.