From: Kim Drake Newsgroups: comp.os.msdos.djgpp Subject: Help with Lapack++ and Lapack, or TNT Date: Mon, 05 May 1997 04:10:20 -0700 Organization: Univ. of Cal. -- Berkeley Lines: 15 Message-ID: <336DC01C.2A6F@uclink.Berkeley.edu> NNTP-Posting-Host: kimd.hip.berkeley.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am interested in using some high level linear algebra libraries in some of my c++ programs. Specifically I would like to use either the Template Numerical Toolkit or Lapack++, which requires either the fortran Lapack library or the f2c'ed version of that library. Unfortunately, the documentation for Lapack is not at all clear on how to make the necessary library on a pc and Lapack++'s documentation isn't very helpful either. I was wondering if anyone has made these libraries successfully on their pc and, if so, how to go about doing so. The Template Numerical Toolkit (TNT) is a much newer package and is still in developement. It makes extensive use of the Standard Template Library in c++. If anyone has managed to get the TNT working on their pc I would be greatful for advise on how to do so, also. Many thanx in advance.