File: igraph_sparsemat_getelements_sorted.out

package info (click to toggle)
igraph 0.10.15%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 17,364 kB
  • sloc: ansic: 131,663; cpp: 20,571; xml: 2,747; python: 411; makefile: 162; javascript: 20; sh: 9
file content (19 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0x0 matrix
triplet:
( )
( )
( )
compressed:
( )
( )
( 0 )

3x3 matrix
triplet:
( 100 0 100 6 100 1 100 7 100 2 100 8 )
( 0 0 2 2 0 0 2 2 0 0 2 2 )
( 0 0 0 0 1 1 1 1 2 2 2 2 )
compressed:
( 100 0 100 6 100 1 100 7 100 2 100 8 )
( 0 0 2 2 0 0 2 2 0 0 2 2 )
( 0 4 8 12 )