[MATRIX-SIG] Numeric and LinearAlgebra on 64bit machines

Bruce Duncan bsd@scripps.edu
Tue, 13 Jan 1998 12:43:49 -0800 (PST)


The following script produces a core dump with Python 1.5 on our DEC alpha
workstations:

import Numeric
import LinearAlgebra

a = Numeric.identity(3)
LinearAlgebra.eigenvectors(a)

Any clues on what's wrong here?
I suspect that somthing is not 64bit clean.

-bsd-

_______________
MATRIX-SIG  - SIG on Matrix Math for Python

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