Attachment 'test_output.txt'
Download
1 original object type--> <type 'array'>
2 typestr --> <i4
3 shape --> (4, 3)
4 strides --> (12, 4)
5 object after a numpy re-wrapping --> [[ 0 1 2]
6 [ 3 4 5]
7 [ 6 7 8]
8 [ 9 10 11]]
9 object after modification in C space --> [[ 1 2 3]
10 [ 3 4 5]
11 [ 6 7 8]
12 [ 9 10 11]]
13 original object type--> <class 'numarray.numarraycore.NumArray'>
14 typestr --> <i4
15 shape --> (4, 3)
16 strides --> (12, 4)
17 object after a numpy re-wrapping --> [[ 0 1 2]
18 [ 3 4 5]
19 [ 6 7 8]
20 [ 9 10 11]]
21 object after modification in C space --> [[ 1 2 3]
22 [ 3 4 5]
23 [ 6 7 8]
24 [ 9 10 11]]
25 original object type--> <type 'numpy.ndarray'>
26 typestr --> <i4
27 shape --> (4, 3)
28 strides --> (12, 4)
29 object after a numpy re-wrapping --> [[ 0 1 2]
30 [ 3 4 5]
31 [ 6 7 8]
32 [ 9 10 11]]
33 object after modification in C space --> [[ 1 2 3]
34 [ 3 4 5]
35 [ 6 7 8]
36 [ 9 10 11]]
New Attachment
Attached Files
To refer to attachments on a page, use
attachment:filename, as shown below in the list of files. Do
NOT use the URL of the
[get] link, since this is subject to change and can break easily.
- [get | view] (2006-03-25 01:39:14, 0.8 KB) [[attachment:test_output.txt]]