From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,df03be602fb027c7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!not-for-mail From: 8f27iw6z@canada.com (Tom) Newsgroups: comp.lang.ada Subject: Re: Which Ada IDE is best for Numerical Analysis? Date: 1 Oct 2004 21:49:45 -0700 Organization: http://groups.google.com Message-ID: <97de285c.0410012049.86b7ade@posting.google.com> References: <97de285c.0409272101.4fe36814@posting.google.com> <97de285c.0409281051.1eb0d1d3@posting.google.com> <415bdf15@news.ecs.soton.ac.uk> <17cd177c.0409300621.7ccfbf45@posting.google.com> NNTP-Posting-Host: 64.42.245.124 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1096692586 32284 127.0.0.1 (2 Oct 2004 04:49:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 2 Oct 2004 04:49:46 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:4547 Date: 2004-10-01T21:49:45-07:00 List-Id: gautier_niouzes@hotmail.com (Gautier) wrote in message news:<17cd177c.0409300621.7ccfbf45@posting.google.com>... > Ken Thomas: > > > I use AdaGIDE on Windows for my code development (Finite Elements). > > Great! > We should create an Ada & Finite Elements club (or programmer group)! > > > One requirement is the need to link to FORTRAN packages such as BLAS, > > LAPACK. I can do this easily in AdaGIDE. > > And as stated elsewhere it is mostly a question of compiler. > E.g. GNAT provides nice optimizations such as the "-O2" set > and the "-funroll-loops". > ________________________________________________________ > Gautier -- http://www.mysunrise.ch/users/gdm/gsoft.htm > > NB: For a direct answer, e-mail address on the Web site! >From all your responses I am getting the impression that the IDE is of less importance than the compiler, and a good set of mathematics libraries. The compiler must be able to read the mathematics libraries and from what I have found most of the libraries are either in Fortran or C++. I was woundering if it is general practice to buy a commercial package like Mathematica, Maple, Mathcad, or Mathlab to use as a Mathematics library. Then most of the programs written would be more of an assemblying of library pieces and less building your own mathematical libraries.