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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b0f15e208eb5d0ff,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-16 09:53:36 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!gatech!udel!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Math Lib. for Ada? Ada for X11R6? Date: 16 Jan 1995 12:53:36 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3febr0$5gq@gnat.cs.nyu.edu> References: <3fbtk3$50o@gnat.cs.nyu.edu> <3fcf8f$dm6@Starbase.NeoSoft.COM> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-01-16T12:53:36-05:00 List-Id: OK, I understand that math libraries may go beyond the RM stuff, but surely this is a case where it makes little sense to reinvent the wheel. If we have good interface to Fortran, then using existing FOrtran libraries makes good sense. Perhaps we need a nice Ada layer on top of them in some cases, but I certainly would not try to rewrite them. Note: version 2.01 of GNAT fully supports interface to Fortran, including storing arrays columnwise if pragma Convention FOrtran is applied to an array type. We haven't tested this out much yet, perhaps someone interested in interfacing to this kind of library can see if it works!