public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Alan Aspuru-Guzik <aspuru@okra.cchem.Berkeley.edu>
To: gsl-discuss@sources.redhat.com
Subject: Small typo.
Date: Fri, 27 Sep 2002 02:08:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.21.0209261657370.27412-100000@okra.cchem.Berkeley.edu> (raw)


Hi fellow GSL'ers,

I found out that there is a small typo in the documentation for the
sorting functions:

An example has the following two lines:

  (...)
  gsl_sort_vector_index (perm, v);
  gsl_permutation_invert (rank, perm);
  (...)

which should be changed to:

  (...)
  gsl_sort_vector_index (perm, v);
  gsl_permutation_inverse (rank, perm);
  (...)

There is no function gsl_permutation_invert in any *.h file, and the
gsl_permutation_inverse function matches the previous prototype, and seems
to do what 'invert' was supposed to do in the example.

Greetings,
Alan

-- 

Alan Aspuru-Guzik                    Dios mueve al jugador, y éste, la pieza.
(510)642-5911 UC Berkeley           ¿Qué Dios detrás de Dios la trama empieza
(925)422-8739 LLNL                de polvo y tiempo y sueño y agonías? -Borges

             reply	other threads:[~2002-09-27  0:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-27  2:08 Alan Aspuru-Guzik [this message]
2002-09-30  0:43 ` Brian Gough

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=Pine.LNX.4.21.0209261657370.27412-100000@okra.cchem.Berkeley.edu \
    --to=aspuru@okra.cchem.berkeley.edu \
    --cc=gsl-discuss@sources.redhat.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).