File: examples.datasets.H5Ex_D_Transform.txt

package info (click to toggle)
hdf5 1.10.8%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 129,408 kB
  • sloc: ansic: 550,968; f90: 30,062; java: 29,280; sh: 22,214; xml: 18,115; cpp: 17,317; perl: 2,514; makefile: 2,176; yacc: 328; javascript: 203; lex: 146; ruby: 24; csh: 17
file content (15 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Original Data:
 [ 0  -1  -2  -3  -4  -5  -6 ]
 [ 0  0  0  0  0  0  0 ]
 [ 0  1  2  3  4  5  6 ]
 [ 0  2  4  6  8  10  12 ]
Data as written with transform 'x+1'
 [ 1  0  -1  -2  -3  -4  -5 ]
 [ 1  1  1  1  1  1  1 ]
 [ 1  2  3  4  5  6  7 ]
 [ 1  3  5  7  9  11  13 ]
Data as written with transform  'x+1' and read with transform  'x-1'
 [ 0  -1  -2  -3  -4  -5  -6 ]
 [ 0  0  0  0  0  0  0 ]
 [ 0  1  2  3  4  5  6 ]
 [ 0  2  4  6  8  10  12 ]