public inbox for gsl-cvs@sourceware.org
help / color / mirror / Atom feed
* gsl/ /THANKS /TODO inalg/ChangeLog inalg/multi ...
@ 2000-02-16  4:20 bjg
  0 siblings, 0 replies; only message in thread
From: bjg @ 2000-02-16  4:20 UTC (permalink / raw)
  To: gsl-cvs

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-02-16  4:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-16  4:20 gsl/ /THANKS /TODO inalg/ChangeLog inalg/multi bjg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).