-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e62387
commit 273cb7f
Showing
295 changed files
with
14,530 additions
and
4,140 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
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
Binary file not shown.
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,7 +3,7 @@ | |
/* ========================================================================= */ | ||
|
||
/* ------------------------------------------------------------------------- */ | ||
/* AMD Version 2.2, Copyright (c) 2007 by Timothy A. Davis, */ | ||
/* AMD Version 2.4, Copyright (c) 1996-2013 by Timothy A. Davis, */ | ||
/* Patrick R. Amestoy, and Iain S. Duff. See ../README.txt for License. */ | ||
/* email: [email protected] */ | ||
/* ------------------------------------------------------------------------- */ | ||
|
@@ -307,18 +307,7 @@ SuiteSparse_long amd_l_valid | |
/* AMD memory manager and printf routines */ | ||
/* ------------------------------------------------------------------------- */ | ||
|
||
/* The user can redefine these to change the malloc, free, and printf routines | ||
* that AMD uses. */ | ||
|
||
#ifndef EXTERN | ||
#define EXTERN extern | ||
#endif | ||
|
||
EXTERN void *(*amd_malloc) (size_t) ; /* pointer to malloc */ | ||
EXTERN void (*amd_free) (void *) ; /* pointer to free */ | ||
EXTERN void *(*amd_realloc) (void *, size_t) ; /* pointer to realloc */ | ||
EXTERN void *(*amd_calloc) (size_t, size_t) ; /* pointer to calloc */ | ||
EXTERN int (*amd_printf) (const char *, ...) ; /* pointer to printf */ | ||
/* moved to SuiteSparse_config.c */ | ||
|
||
/* ------------------------------------------------------------------------- */ | ||
/* AMD Control and Info arrays */ | ||
|
@@ -397,11 +386,11 @@ void amd_l_info (double Info [ ]) ; | |
* Versions 1.1 and earlier of AMD do not include a #define'd version number. | ||
*/ | ||
|
||
#define AMD_DATE "Jun 20, 2012" | ||
#define AMD_DATE "July 31, 2013" | ||
#define AMD_VERSION_CODE(main,sub) ((main) * 1000 + (sub)) | ||
#define AMD_MAIN_VERSION 2 | ||
#define AMD_SUB_VERSION 3 | ||
#define AMD_SUBSUB_VERSION 1 | ||
#define AMD_SUB_VERSION 4 | ||
#define AMD_SUBSUB_VERSION 0 | ||
#define AMD_VERSION AMD_VERSION_CODE(AMD_MAIN_VERSION,AMD_SUB_VERSION) | ||
|
||
#ifdef __cplusplus | ||
|
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
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.