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/


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

Reply via email to