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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bac9c2db6ed57d8 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wn14feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Singular Value Decomposition (non-square matrices)? Reply-To: anon@anon.org (anon) References: X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Thu, 29 May 2008 21:07:25 GMT NNTP-Posting-Host: 12.64.210.236 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1212095245 12.64.210.236 (Thu, 29 May 2008 21:07:25 GMT) NNTP-Posting-Date: Thu, 29 May 2008 21:07:25 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:458 Date: 2008-05-29T21:07:25+00:00 List-Id: Since, in 2004, this question was ask, Simon Wright (a poster) might have the answer. In the mean time simple way is to get the fortran/C version of SVD and use the Ada.Interface.C or Ada.Interface.Fortran package to build a SVD interface/binder package. In , Jacob Sparre Andersen writes: >Does any of you know of an Ada implementation/binding for Singular >Value Decomposition (SVD) of non-square matrices? > >/Jacob