[PYTHON MATRIX-SIG] Announement: trimodule.tgz

Thomas Schwaller et@appl-math.tu-muenchen.de
Thu, 22 Feb 1996 00:47:09 +0100


Hi all,
Here's a first release of trimodule, a standalone module for triangulation
of 2-dimensional domains.You can get it at:


ftp://ftp.appl-math.tu-muenchen.de/pub/et/trimodule.tgz

I also sent it to Jim by mail and it should appear in the usual place at
the  matrixmodule site.

Read trimodule.html (With Netscape it looks nice) to get a first impression,
(look especially at the last pictures)

Hope you enjoy it. I'm sorry for not responding immediatly to incoming mail,
I read them just every second or third day at the moment, so I'm not that
reactive! :-)

I tried to do my best documenting the stuff I did, but be prepared
for crashes when doing your first tests. The Input has to be correct!

BTW. The Lapack Module of Doug works very fine. On My Linux box
I use it with a static double Lapack library only (also built statically
into the Interpreter, not as dynamically loadable module for maximal speed)
When using it dynamically the import time is not as good, as usual.
The big documentation modules are are a problem. One should put the docstrings
in *.py modules and load them when needed, I think that would be the best
solution (one *.py documentation module for each function).
So we have a small c-module, speed and the documentation)

Tom


=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================