From: jesse AT dont DOT spam DOT me (Jesse Bennett) Newsgroups: comp.os.msdos.djgpp Subject: Re: Math Kernel Libraries Date: 2 Jul 1998 21:14:30 GMT Organization: Texas Instruments Lines: 31 Message-ID: <6ngt7m$74k$1@superb.csc.ti.com> References: NNTP-Posting-Host: lenny.dseg.ti.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Date: 2 Jul 1998 21:14:30 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article , Eli Zaretskii writes: > > On Wed, 1 Jul 1998, Julian Ruhe wrote: > >> does anybody know the "Intel Math Kernel Libraries"? If so, >> could you tell me: This is a Basic Linear Algebra System (BLAS) and FFT library. I'm not sure if the BLAS is compatible with the Netlib code, but it probably is. See: http://developer.intel.com/design/perftool/perflibst/mkl/index.htm >> Can I use the MKL functions with the gcc (DJGCC) C compiler? I don't think so. There is a Linux/GCC version available at http://www.cs.utk.edu/~ghenry/distrib/archive.htm#blas > Could you please tell where these functions are available, and in what > form (source, object, etc.)? See above. They are distributed as object libraries, and are highly optimized for the target architecture (x86). You can, however, get FORTRAN and C source for BLAS and FFT's from netlib. http://netlib2.cs.utk.edu/ HTH, Jesse Bennett