|
From: Colin J. W. <cj...@sy...> - 2005-07-06 15:57:12
|
numarray.LinearAlgebra2.py has # _fastCopyAndTranpose is an optimized version of _castCopyAndTranspose. # It assumes the input is 2D (as all the calls in here are). However the following code is commented out. Is this considered a satisactory replacement for _castCopyAndTranspose? Colin W |