File: examples.datasets.H5Ex_D_Transform.txt

package info (click to toggle)
hdf5 1.10.4%2Brepack-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120,508 kB
  • sloc: ansic: 506,183; f90: 29,213; java: 27,496; sh: 21,090; xml: 17,945; cpp: 16,860; perl: 2,107; makefile: 1,993; yacc: 338; lex: 184; ruby: 24
file content (15 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (13)
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 ]