At Tue, 10 Apr 2007 16:11:14 -0400,
Igor Nazarov wrote:
> I have encountered a bug in gsl_blas_dsyrk() in GSL versions 1.4 and 
> 1.6 ( I tried it on different computers). Please find a test program 
> below for calculating x*x' for a simple 3*2 matrix x.
> 
> I would like to know whether this is fixed in newer releases (in 
> version 1.9?).

Thanks for the bug report, the problem was fixed in version 1.8.

In previous versions, use the cblas_dsyrk function directly if you
need a workaround, only the gsl_blas_dsyrk wrapper function call was
incorrect.

-- 
best regards,

Brian Gough
(GSL Maintainer)

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/


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

Reply via email to