At Thu, 09 Sep 2010 15:01:38 -0500,
Rodney Sparapani wrote:
> 
> I looked for this in the GSL docs, but maybe it is too basic.
> I also looked at the source, but I must be missing something.
> Anyways, many CBLAS functions calculate something like
> y = a A x + b y.  I need (and have tried) the following which
> seems to work: y = 1 A y + 0 y.  Is that OK or will you run
> into trouble somehow.  

It's ok and I think the code actually has specific tests for special
cases like b=0 to make them more efficient.

_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to