public inbox for gsl-cvs@sourceware.org
help / color / mirror / Atom feed
From: bjg@sourceware.cygnus.com
To: gsl-cvs@sourceware.cygnus.com
Subject: gsl/ /THANKS /TODO inalg/ChangeLog inalg/multi ...
Date: Wed, 16 Feb 2000 04:20:00 -0000	[thread overview]
Message-ID: <20000216122027.28863.qmail@sourceware.cygnus.com> (raw)

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.


                 reply	other threads:[~2000-02-16  4:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000216122027.28863.qmail@sourceware.cygnus.com \
    --to=bjg@sourceware.cygnus.com \
    --cc=gsl-cvs@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).