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]

Re: Bug???


Przemyslaw Sliwa writes:
 > I guess I have found a bug in the gsl:
 > 
 > Look at definition:
 > 
 > Function: int gsl_blas_dtrmv (CBLAS_UPLO_t Uplo, CBLAS_TRANSPOSE_t TransA,
 > CBLAS_DIAG_t Diag, const gsl_matrix * A, gsl_vector * x).
 > 
 > And additionaly the manual:
 > 
 > These functions compute the matrix-vector product x =\alpha op(A) x for

The alpha in the documentation is spurious.  Cut and paste error from
dgemv I should think.  I'll fix it.

Thanks,

-- 
Brian Gough


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