comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier <gautier@fakeaddress.nil>
Subject: Re: Symmetric matrices only!
Date: Fri, 18 Apr 2008 06:30:34 +0200
Date: 2008-04-18T06:30:34+02:00	[thread overview]
Message-ID: <480823e4_3@news.bluewin.ch> (raw)
In-Reply-To: <2dfded9f-aa30-4b25-ba2b-6e0d7f6f0fab@a1g2000hsb.googlegroups.com>

amado.alves@gmail.com:

> The eigenvector solvers in Ada.Numerics.Generic_Real_Arrays require
> *symmetric* matrices! This is extremely silly. The world is full of
> nonsymmetric matrices. I've got a bunch of them to solve. Some very
> large, e.g. 1000x1000. Suggestions welcome. Thanks a lot.

As other people answered, solving a symmetric matrix is another science than a 
asymmetric one. But also when the matrices get big, other storages (than array 
(Integer range <>, Integer range <>) of...) can be a better solution, like band 
or sparse matrices. In some areas a 10_000 x 10_000 matrix is a toy one, for 
testing small examples (e.g. solving a physics equation on a 100x100 grid)...
______________________________________________________________
Gautier         -- http://www.mysunrise.ch/users/gdm/index.htm
Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm

NB: For a direct answer, e-mail address on the Web site!



  parent reply	other threads:[~2008-04-18  4:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-17 13:16 Symmetric matrices only! amado.alves
2008-04-17 15:25 ` Adam Beneschan
2008-04-17 16:55   ` Dmitry A. Kazakov
2008-04-18 15:55   ` amado.alves
2008-04-18  1:34 ` smsomething
2008-04-18  4:30 ` Gautier [this message]
2008-04-18  9:40   ` Ken Thomas
2008-04-18 15:19     ` amado.alves
2008-04-18 22:30       ` Jerry
2008-04-21 13:21         ` amado.alves
2008-04-18 16:27     ` amado.alves
2008-04-18 22:32       ` Jerry
2008-04-18 22:40       ` Jerry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox