PreviousIndexNext

[bug-gsl] Re: bug in gsl_blas (2008-05-14)

From: Brian Gough <bjg@gnu.org>
Subject: Re: bug in gsl_blas
Date: Wed, 14 May 2008 17:35:30 +0100
To: stefania scopelliti <stefania.scopelliti@........>
Cc: bug-gsl@gnu.org

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/