This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
sparse matrix
- To: help-gcc at gnu dot org
- Subject: sparse matrix
- From: Gerhard Heinzel <ghh at mpq dot mpg dot de>
- Date: Wed, 1 Dec 1999 02:48:19 +0100
- Newsgroups: gnu.gcc.help
- Organization: Rechenzentrum der Max-Planck-Gesellschaft in Garching
- References: <Pine.SOL.4.10.9911301743160.7799-100000@herald.cc.purdue.edu>
- Reply-To: Gerhard Heinzel <ghh at mpq dot mpg dot de>
- Xref: wodc7nx0 gnu.gcc.help:2024
On Tue, 30 Nov 1999, balaji.srinivasan.1 wrote:
> 2)Does anybody know of any sparse matrix routines that can be compiled on
> and run on gcc on Linux
I am using netlib/sparse very successfully.
Although it has a memory leak/bug in the final
disallocation of memory, it runs fast and fine.
PS: This question maybe better placed in sci.math.num-analysis.
Gerhard