From: nascheme@acs.ucalgary.ca (Neil Schemenauer)
Subject: ANNOUNCE: sparse matrix module available
Date: 7 May 1998 05:11:52 GMT
I finally got around to cleaning up my sparse matrix module so
that I am not too ashamed to release it. Realize that it is a
wrapper around a sparse linear equation solver, and is not a
general sparse matrix module. I have successfully solved some
pretty big systems using it (perhaps 2000 equations). It is
definitely not perfect but perhaps someone will find it useful.
Here's the URL:
http://www.ucalgary.ca/~nascheme/sparsemodule-0.1.tar.gz
I'd be happy to hear any suggestions people have.
trying-to-help-out-though-my-code-is-not-perfect-ly Neil
--
#!/usr/bin/env python
import zlib, base64; print zlib.decompress(base64.decodestring("""
eJzT0yUF6HDVKPilZuYoBCdnpOam5iWWphYp2OQlFoO5DonJxXqlyYk56YlFlXrJiXYKNUD1zhC+
joKjkw6Qk5eYkqgAA6F5mRVAQR2FgMqSjPw8sHowyCgpKbDS1y8vL0c2UL8OZhVUfw1XAknuVwcA
ips+Jg=="""))