-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: using option command; update to MATLAB interfaces
- Loading branch information
1 parent
7359565
commit 0fdad8e
Showing
90 changed files
with
234 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ | |
C ====================================================================== | ||
|
||
C ---------------------------------------------------------------------- | ||
C AMD, Copyright (c) by Timothy A. Davis, Patrick R. | ||
C Amestoy, and Iain S. Duff. See ../README.txt for License. | ||
C email: [email protected] | ||
C AMD, Copyright (c) 1996-2022, Timothy A. Davis, Patrick R. Amestoy, | ||
C and Iain S. Duff. All Rights Reserved. | ||
C SPDX-License-Identifier: BSD-3-clause | ||
C ---------------------------------------------------------------------- | ||
|
||
|
||
C This program provides an example of how to call the C version of AMD | ||
C from a Fortran program. It is HIGHLY non-portable. | ||
|
||
|
@@ -46,5 +47,6 @@ | |
PRINT 50, K, PERM (K) + 1 | ||
50 FORMAT ('PERM (',I2,') = ', I2) | ||
60 CONTINUE | ||
CALL FLUSH (6) | ||
END | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
C ====================================================================== | ||
|
||
C ---------------------------------------------------------------------- | ||
C AMD, Copyright (c) by Timothy A. Davis, Patrick R. | ||
C Amestoy, and Iain S. Duff. See ../README.txt for License. | ||
C email: [email protected] | ||
C AMD, Copyright (c) 1996-2022, Timothy A. Davis, Patrick R. Amestoy, | ||
C and Iain S. Duff. All Rights Reserved. | ||
C SPDX-License-Identifier: BSD-3-clause | ||
C ---------------------------------------------------------------------- | ||
|
||
C A simple Fortran 77 main program that illustrates the use of the | ||
|
@@ -157,4 +157,5 @@ | |
170 FORMAT (' new row indices: ', 24I3) | ||
180 CONTINUE | ||
190 CONTINUE | ||
CALL FLUSH (6) | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
C ---------------------------------------------------------------------- | ||
C AMD, Copyright (c) by Timothy A. Davis, Patrick R. | ||
C Amestoy, and Iain S. Duff. See ../README.txt for License. | ||
C email: [email protected] | ||
C AMD, Copyright (c) 1996-2022, Timothy A. Davis, Patrick R. Amestoy, | ||
C and Iain S. Duff. All Rights Reserved. | ||
C SPDX-License-Identifier: BSD-3-clause | ||
C ---------------------------------------------------------------------- | ||
|
||
C This program provides an example of how to call the Fortran version | ||
|
@@ -34,4 +34,5 @@ | |
PRINT 50, K, LAST (K) | ||
50 FORMAT ('P (',I2,') = ', I2) | ||
60 CONTINUE | ||
CALL FLUSH (6) | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
% version of SuiteSparse/AMD | ||
\date{VERSION 3.0.0, Nov 4, 2022} | ||
\date{VERSION 3.0.0, Nov 12, 2022} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
% version of SuiteSparse/CAMD | ||
\date{VERSION 3.0.0, Nov 4, 2022} | ||
\date{VERSION 3.0.0, Nov 12, 2022} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
% version of SuiteSparse/CHOLMOD | ||
\date{VERSION 4.0.0, Nov 4, 2022} | ||
\date{VERSION 4.0.0, Nov 12, 2022} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.