From: Gautier write-only on
> And are there other alternatives or other packages?

Look there - excellent stuff:
http://www.csee.umbc.edu/~squire/adaclass/gnatmath95/
The most amazing: add some "Ada." for the basic matrix packages
referenced, and you get Ada 2005 compatibility.

G.
From: Gautier write-only on
On 10 juil, 17:42, fitta <fit...(a)hotmail.com> wrote:
> Thanks a lot. I could unzip it now. I have been using PeaZip to unzip
> the package and it wasn't working. I've tried with 7-zip and the
> decompression went fine. Thanks for letting me know---I had blind
> faith in PeaZip!

Only trust Zip-Ada ;-)
From: Jerry on
On Jul 10, 1:22 pm, Gautier write-only <gautier_niou...(a)hotmail.com>
wrote:
> > And are there other alternatives or other packages?
>
> Look there - excellent stuff:
>  http://www.csee.umbc.edu/~squire/adaclass/gnatmath95/

Wow.

> The most amazing: add some "Ada." for the basic matrix packages
> referenced, and you get Ada 2005 compatibility.

Would you care to elaborate? It seems that the main thing would be to
use the declarations described in Annex G.3.

Jerry

>
> G.

From: Jerry on
On Jul 10, 6:25 am, fitta <fit...(a)hotmail.com> wrote:
> Hi, being new to Ada I'm looking for a matrix package that can compute
> eigenvalues and eigenvectors. I understand that Ada 05 can only do
> this for symmetric matrices. I read that there was one package --- Ada
> 95 matrix package that was developed at Drexel University. It is
> supposed to be located at:
>
> http://dflwww.ece.drexel.edu/
>
> but the link is dead. A search on the web has directed me to this
> site:
>
> http://www.taygeta.com/ada.html
>
> but the compressed file for Ada 95 matrix package is corrupted.
>
> Does anyone know where I can find the above-mentioned package? And are
> there other alternatives or other packages?

Google

GSL Gnu Scientific Library Ada

There has been a SWIG effort for GSL, the Gnu Scientific Library. Has
anyone looked used this binding which was reported on this list?

Also, I frequently fall back to Numerical Recipes, translating from
Pascal to Ada.

Jerry
>
> Thanks.

From: Ada novice on
That's interesting: a GSL Gnu Scientific Library for Ada.
Unfortunately it seems that the internet has not much information on
this binding.

YC

First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8
Prev: Truncating a fixed-point value
Next: cmake and PLplot for Ada