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: documentation/reality discrepency: gsl_linalg_hermtd_unpack_dsd


Abraham David Smith writes:
 >  The documentation refers to int gsl_linalg_hermtd_unpack_dsd
 > (const gsl_matrix_complex * A,
 > 				 gsl_vector * d,
 > 				 gsl_vector * sd)
 >  However, searching through gsl_linalg.h, I find only: int
 > gsl_linalg_hermtd_unpack_T (const gsl_matrix_complex * A,
 >                                 gsl_vector * d, gsl_vector *
 >                                 subdiag);

Hi,
Thanks for the bug report.
The documentation was out of date.  
The correct function name is unpack_T.
regards
Brian Gough


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