Slice assignment using Numeric API?

Edward C. Jones edcjones at erols.com
Wed May 16 19:35:11 EDT 2001


Suppose "array" is a Numeric array. The statement, in Python, "subarray =
array[1:4,1:4]" creates a new array without copying the old one. How do I do
this statement in C using the Numeric API?

Thanks,
Ed Jones





More information about the Python-list mailing list