Like how do i convert these to previous versions ?
copyto(ndarray(shape=[length], buffer=ba, offset=16, dtype="float64"), v)
and
copyto(ndarray(shape=[rows, cols], buffer=ba, offset=24, dtype="float64",
order='C'), m)
--
View this message in context:
http://numpy-discussion.10968.n7.nabble.com
Is there a alternative way to mimic the same behaviour like numpy.copyto in
previous versions of numpy ?
--
View this message in context:
http://numpy-discussion.10968.n7.nabble.com/numpy-copyto-alternative-for-previous-versions-than-1-7-0-tp37282.html
Sent from the Numpy-discussion mailing lis