Go to the source code of this file.
|
int | amesos_btf_maxtrans (int nrow, int ncol, int Ap [], int Ai [], double maxwork, double *work, int Match [], int Work []) |
|
UF_long | amesos_btf_l_maxtrans (UF_long, UF_long, UF_long *, UF_long *, double, double *, UF_long *, UF_long *) |
|
int | amesos_btf_strongcomp (int n, int Ap [], int Ai [], int Q [], int P [], int R [], int Work []) |
|
UF_long | amesos_btf_l_strongcomp (UF_long, UF_long *, UF_long *, UF_long *, UF_long *, UF_long *, UF_long *) |
|
int | amesos_btf_order (int n, int Ap [], int Ai [], double maxwork, double *work, int P [], int Q [], int R [], int *nmatch, int Work []) |
|
UF_long | amesos_btf_l_order (UF_long, UF_long *, UF_long *, double, double *, UF_long *, UF_long *, UF_long *, UF_long *, UF_long *) |
|
◆ BTF_FLIP
#define BTF_FLIP |
( |
|
j | ) |
(-(j)-2) |
◆ BTF_ISFLIPPED
#define BTF_ISFLIPPED |
( |
|
j | ) |
((j) < -1) |
◆ BTF_UNFLIP
◆ BTF_DATE
#define BTF_DATE "May 31, 2007" |
◆ BTF_VERSION_CODE
#define BTF_VERSION_CODE |
( |
|
main, |
|
|
|
sub |
|
) |
| ((main) * 1000 + (sub)) |
◆ BTF_MAIN_VERSION
#define BTF_MAIN_VERSION 1 |
◆ BTF_SUB_VERSION
#define BTF_SUB_VERSION 0 |
◆ BTF_SUBSUB_VERSION
#define BTF_SUBSUB_VERSION 0 |
◆ BTF_VERSION
◆ amesos_btf_maxtrans()
int amesos_btf_maxtrans |
( |
int |
nrow, |
|
|
int |
ncol, |
|
|
int |
Ap[], |
|
|
int |
Ai[], |
|
|
double |
maxwork, |
|
|
double * |
work, |
|
|
int |
Match[], |
|
|
int |
Work[] |
|
) |
| |
◆ amesos_btf_l_maxtrans()
◆ amesos_btf_strongcomp()
int amesos_btf_strongcomp |
( |
int |
n, |
|
|
int |
Ap[], |
|
|
int |
Ai[], |
|
|
int |
Q[], |
|
|
int |
P[], |
|
|
int |
R[], |
|
|
int |
Work[] |
|
) |
| |
◆ amesos_btf_l_strongcomp()
◆ amesos_btf_order()
int amesos_btf_order |
( |
int |
n, |
|
|
int |
Ap[], |
|
|
int |
Ai[], |
|
|
double |
maxwork, |
|
|
double * |
work, |
|
|
int |
P[], |
|
|
int |
Q[], |
|
|
int |
R[], |
|
|
int * |
nmatch, |
|
|
int |
Work[] |
|
) |
| |
◆ amesos_btf_l_order()