[PYTHON MATRIX-SIG] linear algebra

Ralph Paul paul@aem.umn.edu
Mon, 19 Aug 1996 14:01:51 -0500


On Mon, 19 Aug 1996 13:18:05 -0400  owner-matrix-sig@python.org wrote:
[ ...snip... ] 
> The current low-level LAPACK interface expects Fortran-layout
> arrays, but one could as well have one that handles the "transposition"
> itself, although that would be a more difficult task. So maybe we
> should leave everything as it is for now and improve the interface
> later.

How about providing functions that make the conversion obvious. Something
like "To_Fortran" . That way you know what is happening but you don't
have to know about the column oriented storage ( = transpose ) Fortran uses. 
Since you can code this in C, you can probably make it pretty fast.


Ralph Paul

	paul@aem.umn.edu
or	ralph@ifr.luftahrt.uni-stuttgart.de




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

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