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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c1bdceb867926fdb X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!i28g2000yqa.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: Interfacing Ada with C Date: Sat, 24 Jul 2010 10:58:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0ee9eec7-6024-4fb8-8df0-f65c146e4b84@i28g2000yqa.googlegroups.com> References: NNTP-Posting-Host: 193.11.22.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1279994321 19465 127.0.0.1 (24 Jul 2010 17:58:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 24 Jul 2010 17:58:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i28g2000yqa.googlegroups.com; posting-host=193.11.22.91; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12529 Date: 2010-07-24T10:58:41-07:00 List-Id: On Jul 24, 6:38=A0pm, Simon Wright wrote: > but on a Windows machine it'll be something li > \\lib\gcc\\\adaincl= ude\a-ngrear.ad[sb] > > This will lead you to System.Generic_Real_BLAS (s-gerebl.ad[sb]) and > System.Generic_Real_LAPACK (s-gerela.ad[sb]), which are interfaces to > the corresponding external libraries. > > Not sure that these will fit your 'simple' criterion, though! > > --S Thanks. I've been able to locate these files under GNAT on my Windows machine and read them. For eigensystems operations, only symmetric and hermitian (complex-symmetric) matrices are allowed. I would like however to be able to deal with a general non-symmetric matrix and this I believe is not possible right now with Ada. YC