Python linear algebra module -- requesting comments on interface

2005-09-14 Thread C. Barnes
Szabolcs Nagy wrote: >nice interface, but with 3d apps i prefer cgkit's approach, which has >vec3, vec4, mat3, mat4 and quat types with lots of useful functions for >3d graphics (like mat4.looakAt(pos, target, up) or mat3.toEulerXYZ()) >there are other libs with similar types and functions: >cgki

Python linear algebra module -- requesting comments on interface

2005-09-09 Thread C. Barnes
Hi, I'm in the process of writing a Python linear algebra module. The current targeted interface is: http://oregonstate.edu/~barnesc/temp/linalg/ The interface was originally based on Raymond Hettinger's Matfunc [1]. However, it has evolved so that now it is nearly identical to JAMA [2], the

htmldata 1.0.4 - Manipulate HTML documents via data structure

2004-12-10 Thread C. Barnes
htmldata 1.0.4 is available. http://oregonstate.edu/~barnesc/htmldata/ The htmldata module allows one to translate HTML documents back and forth to list data structures. This allows for programmatic reading and writing of HTML documents, with much flexibility. Functions are also available for e