From: pavenis AT lanet DOT lv To: Waldemar Schultz , djgpp AT delorie DOT com Date: Fri, 1 Sep 2000 16:48:02 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: linear algebra package Message-ID: <39AFDDC2.32207.CD6B44@localhost> In-reply-to: <39AFB737.ADF259F0@ma.tum.de> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 1 Sep 2000, at 16:03, Waldemar Schultz wrote: > can anyone recommend a DJGPP/DOS port of a linear algebra package > (matrices,vectors,solvers...), please? > It shall be usable wit GCC C-language (not C++ only, not FORTRAN either) > Support of 'long double' would be fine, 'complex' is not needed by now) > > GNU Scientific Library ? Can be built for DJGPP (however LFN support is required), but no official port. Some environement variables will be needed to run configure (and of course many GNU packages for configuring and building ...). One of tests crashes unless stubeditted to have stack about 1.5M or more. > CLAPACK ? > MESCHACH ? > RLAB ? > ??? > > all what I found were some C/C++ ports to UNIX/LINUX > and some FORTAN-ports :( >