bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] bug in gsl_blas


From: Brian Gough
Subject: Re: [Bug-gsl] bug in gsl_blas
Date: Wed, 14 May 2008 17:35:44 +0100
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI)

At Tue, 13 May 2008 13:00:26 +0200,
stefania scopelliti wrote:
> documentation for gsl_blas_cherk(CBLAS_UPLO_t Uplo, CBLAS_TRANSPOSE_t 
> Trans, float alpha, const gsl_matrix_complex_float * A, float beta, 
> gsl_matrix_complex_float * C) and gsl_blas_zherk(CBLAS_UPLO_t Uplo, 
> CBLAS_TRANSPOSE_t Trans, double alpha, const gsl_matrix_complex * A, 
> double beta, gsl_matrix_complex * C) says that argument Trans can be 
> CblasNoTrans or CblasTrans, but using CblasTrans gives an error 
> ("unrecognized operation"). But with CblasConjTrans it works.

Thanks for the bug report.  I will update the documentation to match
the code.

-- 
Brian Gough

GNU Scientific Library -
http://www.gnu.org/software/gsl/




reply via email to

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