bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] Bug in blas.c ?syrk range checking


From: Carl Osterwisch
Subject: [Bug-gsl] Bug in blas.c ?syrk range checking
Date: Tue, 22 Mar 2005 10:10:48 -0800 (PST)

There is a bug in the gsl version 1.6 blas/blas.c file which prevents
the gsl_blas_?syrk routines from executing when Trans == CblasNoTrans. 
The current code incorrectly faults out with "invalid length" because
C->size2 != A->size2.

After reviewing page 10 in http://www.netlib.org/blas/blas3-paper.ps I
would like to propose the included patch to correct this problem.

Please let me know if you have any questions.
Carl Osterwisch

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Attachment: blas.c.patch
Description: blas.c.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]