comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Eigenvalues to find roots of polynomials
Date: Mon, 25 Jul 2011 21:22:57 +0100
Date: 2011-07-25T21:22:57+01:00	[thread overview]
Message-ID: <m2livmxg7y.fsf@pushface.org> (raw)
In-Reply-To: 3ec148c9-a033-40a1-bc32-1aa52867478a@e35g2000yqc.googlegroups.com

marius63 <amado.alves@gmail.com> writes:
[...]

See http://sourceforge.net/projects/gnat-math-extn/ for work I did
supporting asymmetric real and non-hermitian complex matrices.

> --  Build with:
> --  gnatmake find_roots -largs /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/
> libblas.dylib /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/liblapack.dylib

You shouldn't need to specify the libraries - which GNAT are you using?
On this Mac with GNAT GPL 2011 (built for Snow Leopard),

  $ gnatmake find_roots
  gcc -c find_roots.adb
  find_roots.adb:17:07: warning: variable "M" is never read and never assigned
  gnatbind -x find_roots.ali
  gnatlink find_roots.ali
  $ 

Even if your Ada can't manage it itself, I'd have thought
  -largs -llapack -lblas
would do.



  parent reply	other threads:[~2011-07-25 20:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 17:36 Eigenvalues to find roots of polynomials marius63
2011-07-25 19:04 ` Dmitry A. Kazakov
2011-07-26 14:07   ` marius63
2011-07-25 20:22 ` Simon Wright [this message]
2011-07-26  7:31   ` Ada novice
2011-07-26 10:44     ` Simon Wright
2011-07-27  4:54       ` Ada novice
2011-07-26 14:01   ` marius63
2011-07-26 14:04     ` Simon Wright
2011-07-26 14:47       ` marius63
2011-07-26 17:33         ` Simon Wright
2011-07-26 18:04         ` Georg Bauhaus
2011-07-26 19:45           ` marius63
2011-07-26  6:21 ` John B. Matthews
2011-07-26 15:40   ` marius63
2011-07-27  3:21     ` John B. Matthews
2011-07-27  9:33       ` marius63
replies disabled

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