This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

doc for gsl_blas_zher2k


Dear Sirs,
 there is a misprint in the manual
 Function: int gsl_blas_zher2k (CBLAS_UPLO_t Uplo, CBLAS_TRANSPOSE_t 
Trans, const gsl_complex alpha, const gsl_matrix_complex * A, const 
gsl_matrix_complex * B, double beta, gsl_matrix_complex * C)
 These functions compute a rank-2k update of the hermitian matrix C,
 C = \alpha A B^H + \alpha^* B A^H + \beta C when Trans is CblasNoTrans 
and

 C = \alpha A^H B + \alpha^* B^H A + \beta C when Trans is CblasTrans.
  becomes
 C = \alpha A^H B + \alpha^* B^H A + \beta C when Trans is CblasConjTrans.


Best regards
 Mario





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]