File: lt.mtx

package info (click to toggle)
librsb 1.3.0.2%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,792 kB
  • sloc: ansic: 274,405; f90: 108,468; cpp: 16,934; sh: 6,761; makefile: 1,679; objc: 692; awk: 22; sed: 1
file content (32 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%%MatrixMarket matrix coordinate complex general
% a lower triangular matrix
% *                        *
% | 99   0   0   0   0   0 |
% | 12  99   0   0   0   0 |
% | 13  12  99   0   0   0 |
% | 14  13  12  99   0   0 |
% | 15  14  13  12  99   0 |
% | 16  15  14  13  12  99 |
% *                        *
6 6 21
1 1 99 0
2 1 12 0
2 2 99 0
3 1 13 0
3 2 12 0
3 3 99 0
4 1 14 0
4 2 13 0
4 3 12 0
4 4 99 0
5 1 15 0
5 2 14 0
5 3 13 0
5 4 12 0
5 5 99 0
6 1 16 0
6 2 15 0
6 3 14 0
6 4 13 0
6 5 12 0
6 6 99 0