This is the mail archive of the gsl-cvs@sourceware.cygnus.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]

gsl/ /THANKS /TODO inalg/ChangeLog inalg/multi ...


CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	bjg@sourceware.cygnus.com	00/02/16 04:20:27

Modified files:
	.              : THANKS TODO 
	linalg         : ChangeLog multiply.c test_la.c 

Log message:
	multiply.c (gsl_la_matmult_mod_impl): fixed error in transposed matrix
	memory access, expressions should always be of the form
	M->data[i*M->size2 + j] even when i,j are transposed.
	
	Safer to replace matrix access by gsl_matrix_set and gsl_matrix_get,
	which is what I have done now. Shouldn't be any cost in the production
	version of the library where we have inlines and range checking off.


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