Skip to content

Commit 42b9c96

Browse files
demo outputs, final date for CXSparse and Example
1 parent 9dc7ff7 commit 42b9c96

32 files changed

+1328
-1178
lines changed

AMD/Demo/amd_demo.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AMD version 3.3.0, date: Dec 30, 2023
1+
AMD version 3.3.1, date: Jan 10, 2024
22
AMD demo, with the 24-by-24 Harwell/Boeing matrix, can_24:
33

4-
AMD version 3.3.0, Dec 30, 2023: approximate minimum degree ordering
4+
AMD version 3.3.1, Jan 10, 2024: approximate minimum degree ordering
55
dense row parameter: 10
66
(rows with more than max (10 * sqrt (n), 16) entries are
77
considered "dense", and placed last in output permutation)
@@ -115,7 +115,7 @@ Plot of input matrix pattern:
115115
23: . . . . . . X . . . . X X . . . . . . . . . . X
116116
return value from amd_order: 0 (should be 0)
117117

118-
AMD version 3.3.0, Dec 30, 2023, results:
118+
AMD version 3.3.1, Jan 10, 2024, results:
119119
status: OK
120120
n, dimension of A: 24
121121
nz, number of nonzeros in A: 160

AMD/Demo/amd_demo2.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AMD demo, with a jumbled version of the 24-by-24
22
Harwell/Boeing matrix, can_24:
33

4-
AMD version 3.3.0, Dec 30, 2023: approximate minimum degree ordering
4+
AMD version 3.3.1, Jan 10, 2024: approximate minimum degree ordering
55
dense row parameter: 10
66
(rows with more than max (10 * sqrt (n), 16) entries are
77
considered "dense", and placed last in output permutation)
@@ -144,7 +144,7 @@ Plot of symmetric matrix to be ordered by amd_order:
144144
23: . . . . . . X . . . . X X . . . . . . . . . . X
145145
return value from amd_order: 1 (should be 1)
146146

147-
AMD version 3.3.0, Dec 30, 2023, results:
147+
AMD version 3.3.1, Jan 10, 2024, results:
148148
status: OK, but jumbled
149149
n, dimension of A: 24
150150
nz, number of nonzeros in A: 102

AMD/Demo/amd_l_demo.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AMD version 3.3.0, date: Dec 30, 2023
1+
AMD version 3.3.1, date: Jan 10, 2024
22
AMD demo, with the 24-by-24 Harwell/Boeing matrix, can_24:
33

4-
AMD version 3.3.0, Dec 30, 2023: approximate minimum degree ordering
4+
AMD version 3.3.1, Jan 10, 2024: approximate minimum degree ordering
55
dense row parameter: 10
66
(rows with more than max (10 * sqrt (n), 16) entries are
77
considered "dense", and placed last in output permutation)
@@ -115,7 +115,7 @@ Plot of input matrix pattern:
115115
23: . . . . . . X . . . . X X . . . . . . . . . . X
116116
return value from amd_l_order: 0 (should be 0)
117117

118-
AMD version 3.3.0, Dec 30, 2023, results:
118+
AMD version 3.3.1, Jan 10, 2024, results:
119119
status: OK
120120
n, dimension of A: 24
121121
nz, number of nonzeros in A: 160

CAMD/Demo/camd_demo.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
CAMD version 3.3.0, date: Dec 30, 2023
1+
CAMD version 3.3.1, date: Jan 10, 2024
22
CAMD demo, with the 24-by-24 Harwell/Boeing matrix, can_24:
33

4-
camd version 3.3.0, Dec 30, 2023: approximate minimum degree ordering:
4+
camd version 3.3.1, Jan 10, 2024: approximate minimum degree ordering:
55
dense row parameter: 10
66
(rows with more than max (10 * sqrt (n), 16) entries are
77
considered "dense", and placed last in output permutation)
@@ -115,7 +115,7 @@ Plot of input matrix pattern:
115115
23: . . . . . . X . . . . X X . . . . . . . . . . X
116116
return value from camd_order: 0 (should be 0)
117117

118-
CAMD version 3.3.0, Dec 30, 2023, results:
118+
CAMD version 3.3.1, Jan 10, 2024, results:
119119
status: OK
120120
n, dimension of A: 24
121121
nz, number of nonzeros in A: 160

CAMD/Demo/camd_demo2.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CAMD demo, with a jumbled version of the 24-by-24
22
Harwell/Boeing matrix, can_24:
33

4-
camd version 3.3.0, Dec 30, 2023: approximate minimum degree ordering:
4+
camd version 3.3.1, Jan 10, 2024: approximate minimum degree ordering:
55
dense row parameter: 10
66
(rows with more than max (10 * sqrt (n), 16) entries are
77
considered "dense", and placed last in output permutation)
@@ -144,7 +144,7 @@ Plot of symmetric matrix to be ordered by camd_order:
144144
23: . . . . . . X . . . . X X . . . . . . . . . . X
145145
return value from camd_order: 1 (should be 1)
146146

147-
CAMD version 3.3.0, Dec 30, 2023, results:
147+
CAMD version 3.3.1, Jan 10, 2024, results:
148148
status: OK, but jumbled
149149
n, dimension of A: 24
150150
nz, number of nonzeros in A: 102

CAMD/Demo/camd_l_demo.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
CAMD version 3.3.0, date: Dec 30, 2023
1+
CAMD version 3.3.1, date: Jan 10, 2024
22
CAMD demo, with the 24-by-24 Harwell/Boeing matrix, can_24:
33

4-
camd version 3.3.0, Dec 30, 2023: approximate minimum degree ordering:
4+
camd version 3.3.1, Jan 10, 2024: approximate minimum degree ordering:
55
dense row parameter: 10
66
(rows with more than max (10 * sqrt (n), 16) entries are
77
considered "dense", and placed last in output permutation)
@@ -115,7 +115,7 @@ Plot of input matrix pattern:
115115
23: . . . . . . X . . . . X X . . . . . . . . . . X
116116
return value from camd_l_order: 0 (should be 0)
117117

118-
CAMD version 3.3.0, Dec 30, 2023, results:
118+
CAMD version 3.3.1, Jan 10, 2024, results:
119119
status: OK
120120
n, dimension of A: 24
121121
nz, number of nonzeros in A: 160

CCOLAMD/Demo/ccolamd_example.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CCOLAMD v3.3.0
1+
CCOLAMD v3.3.1
22
ccolamd 5-by-4 input matrix:
33
Column 0, with 3 entries:
44
row 0
@@ -16,7 +16,7 @@ Column 3, with 2 entries:
1616
row 1
1717
row 3
1818

19-
ccolamd version 3.3.0, Dec 30, 2023: OK.
19+
ccolamd version 3.3.1, Jan 10, 2024: OK.
2020
ccolamd: number of dense or empty rows ignored: 0
2121
ccolamd: number of dense or empty columns ignored: 0
2222
ccolamd: number of garbage collections performed: 0
@@ -39,7 +39,7 @@ Column 3, with 1 entries:
3939
row 4
4040
Column 4, with 0 entries:
4141

42-
csymamd version 3.3.0, Dec 30, 2023: OK.
42+
csymamd version 3.3.1, Jan 10, 2024: OK.
4343
csymamd: number of dense or empty rows ignored: 0
4444
csymamd: number of dense or empty columns ignored: 0
4545
csymamd: number of garbage collections performed: 0

CCOLAMD/Demo/ccolamd_l_example.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CCOLAMD v3.3.0
1+
CCOLAMD v3.3.1
22
ccolamd 5-by-4 input matrix:
33
Column 0, with 3 entries:
44
row 0
@@ -16,7 +16,7 @@ Column 3, with 2 entries:
1616
row 1
1717
row 3
1818

19-
ccolamd version 3.3.0, Dec 30, 2023: OK.
19+
ccolamd version 3.3.1, Jan 10, 2024: OK.
2020
ccolamd: number of dense or empty rows ignored: 0
2121
ccolamd: number of dense or empty columns ignored: 0
2222
ccolamd: number of garbage collections performed: 0
@@ -39,7 +39,7 @@ Column 3, with 1 entries:
3939
row 4
4040
Column 4, with 0 entries:
4141

42-
csymamd version 3.3.0, Dec 30, 2023: OK.
42+
csymamd version 3.3.1, Jan 10, 2024: OK.
4343
csymamd: number of dense or empty rows ignored: 0
4444
csymamd: number of dense or empty columns ignored: 0
4545
csymamd: number of garbage collections performed: 0

COLAMD/Demo/colamd_example.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COLAMD v3.3.0
1+
COLAMD v3.3.1
22
colamd 5-by-4 input matrix:
33
Column 0, with 3 entries:
44
row 0
@@ -16,7 +16,7 @@ Column 3, with 2 entries:
1616
row 1
1717
row 3
1818

19-
colamd version 3.3.0, Dec 30, 2023: OK.
19+
colamd version 3.3.1, Jan 10, 2024: OK.
2020
colamd: number of dense or empty rows ignored: 0
2121
colamd: number of dense or empty columns ignored: 0
2222
colamd: number of garbage collections performed: 0
@@ -39,7 +39,7 @@ Column 3, with 1 entries:
3939
row 4
4040
Column 4, with 0 entries:
4141

42-
symamd version 3.3.0, Dec 30, 2023: OK.
42+
symamd version 3.3.1, Jan 10, 2024: OK.
4343
symamd: number of dense or empty rows ignored: 0
4444
symamd: number of dense or empty columns ignored: 0
4545
symamd: number of garbage collections performed: 0

COLAMD/Demo/colamd_l_example.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COLAMD v3.3.0
1+
COLAMD v3.3.1
22
colamd 5-by-4 input matrix:
33
Column 0, with 3 entries:
44
row 0
@@ -16,7 +16,7 @@ Column 3, with 2 entries:
1616
row 1
1717
row 3
1818

19-
colamd version 3.3.0, Dec 30, 2023: OK.
19+
colamd version 3.3.1, Jan 10, 2024: OK.
2020
colamd: number of dense or empty rows ignored: 0
2121
colamd: number of dense or empty columns ignored: 0
2222
colamd: number of garbage collections performed: 0
@@ -39,7 +39,7 @@ Column 3, with 1 entries:
3939
row 4
4040
Column 4, with 0 entries:
4141

42-
symamd version 3.3.0, Dec 30, 2023: OK.
42+
symamd version 3.3.1, Jan 10, 2024: OK.
4343
symamd: number of dense or empty rows ignored: 0
4444
symamd: number of dense or empty columns ignored: 0
4545
symamd: number of garbage collections performed: 0

0 commit comments

Comments
 (0)