File: thrust.example.sparse_vector.filecheck

package info (click to toggle)
libthrust 1.17.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,900 kB
  • sloc: ansic: 29,519; cpp: 23,989; python: 1,421; sh: 811; perl: 460; makefile: 112
file content (4 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
     CHECK: Computing C = A + B for sparse vectors A and B
CHECK-NEXT: A (2,10) (3,60) (5,20) (8,40) 
CHECK-NEXT: B (1,50) (2,30) (4,80) (5,30) (7,90) (8,10) 
CHECK-NEXT: C (1,50) (2,40) (3,60) (4,80) (5,50) (7,90) (8,50)