[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] gsl_blas_dgemv return a 0 vector when using a vector twice
From: |
Brian Gough |
Subject: |
Re: [Bug-gsl] gsl_blas_dgemv return a 0 vector when using a vector twice |
Date: |
Sat, 30 Aug 2008 11:25:19 +0100 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI) |
At Fri, 29 Aug 2008 09:44:30 -0500,
Alejandro Cruz-Marcelo wrote:
> gsl_blas_dgemv(CblasNoTrans,
> 1.0, A, y,
> 1.0, y)
> then y becomes a vector of 0's and no error is produced, even though the
> operation A*y + y makes perfect sense. I believe that in the
> documentation there is no warning about using the same vector twice in
> the function.
Please can you send an example program that demonstrates the problem,
thanks.
--
Brian Gough