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]

documentation/reality discrepency: gsl_linalg_hermtd_unpack_dsd




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);


which I presume does the same thing.  it would be nice to have them
match. ;-)







-- 
# Abraham David Smith       UW--Madison Mathematics/Physics Undergraduate [*] #
# <abrahamsmith@students.wisc.edu>  Y!:abrahamdavidsmith  AOL-IM:abrahamsmith #
# http://euclid.dsl.wisc.edu/~abe     Molon Labe!       Defend your rights!   #
# [*]: The views I express are not necessarily those of the UW--Madison, etc. #


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