public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Kenneth Geisshirt <kenneth@geisshirt.dk>
To: gsl-discuss@sources.redhat.com
Subject: Re: Nonsymmetric Eigenproblems
Date: Thu, 04 Dec 2003 08:46:00 -0000	[thread overview]
Message-ID: <3FCEF411.4020501@geisshirt.dk> (raw)
In-Reply-To: <3FCE0A5B.777CE630@mecha.uni-stuttgart.de>

Nils Wagner wrote:

> I am wondering if there is any effort concerning the handling of
> standard and generalized eigenvalue problems with
> nonsymmetric matrices.
> 
> Afaik, there are only routines for Hermitian (complex)
> symmetric (real case) matrices in GSL-1.4.
> 
> Any comments or suggestions ?

Back in 1994/5 I ported some routines from Pascal (implementation due to 
my thesis supervisor who ported it from Algol). I haven't used it for 
years. The description in the header file says:

   Eigen is a library for computing eigenvalues and eigenvectors of
   general matrices. There is only one routine exported, namely Eigen.

   The meaning of the arguments to Eigen is:
     1.   The dimension of the general matrix (n).
     2.   A general matrix (A).
     3.   The maximal number of iterations.
     4.   The precision.
     5.   A vector with the eigenvalues.
     6.   A matrix with the eigenvectors.

The source code is around 1000 lines of ISO C. I would be happy to 
contribute it to GSL.

Kneth

-- 
Kenneth Geisshirt, M.Sc., Ph.D.         http://kenneth.geisshirt.dk
Grøndals Parkvej 2A, 3. sal                    kenneth@geisshirt.dk
DK-2720 Vanløse                                     +45 38 87 78 38


  reply	other threads:[~2003-12-04  8:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-03 16:08 Nils Wagner
2003-12-04  8:46 ` Kenneth Geisshirt [this message]
2003-12-04 11:26   ` Brian Gough
2003-12-08 11:42     ` Kenneth Geisshirt
2003-12-08 15:38       ` Brian Gough
2003-12-26  4:19         ` Complex Householder transform functions Z F

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=3FCEF411.4020501@geisshirt.dk \
    --to=kenneth@geisshirt.dk \
    --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).