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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
//------------------------------------------------------------------------------
// AMD/Demo/amd_f77wrapper: Fortran interface for AMD
//------------------------------------------------------------------------------
// AMD, Copyright (c) 1996-2022, Timothy A. Davis, Patrick R. Amestoy, and
// Iain S. Duff. All Rights Reserved.
// SPDX-License-Identifier: BSD-3-clause
//------------------------------------------------------------------------------
/* Fortran interface for the C-callable AMD library (int32_t only). This
* is HIGHLY non-portable. You will need to modify this depending on how your
* Fortran and C compilers behave. Two examples are provided.
*
* To avoid using I/O, and to avoid the extra porting step of a Fortran
* function, the status code is returned as the first entry in P (P [0] in C
* and P (1) in Fortran) if an error occurs. The error codes are negative
* (-1: out of memory, -2: invalid matrix).
*
* For some C and Fortran compilers, the Fortran compiler appends a single "_"
* after each routine name. C doesn't do this, so the translation is made
* here. Some Fortran compilers don't append an underscore (xlf on IBM AIX,
* for * example).
*/
/* ------------------------------------------------------------------------- */
/* Linux, Solaris, SGI */
/* ------------------------------------------------------------------------- */
void
void
void
void
/* ------------------------------------------------------------------------- */
/* IBM AIX. Probably Windows, Compaq Alpha, and HP Unix as well. */
/* ------------------------------------------------------------------------- */
void
void
void
void