Go to the source code of this file.
Functions | |
| MUMPS_INT * | mumps_get_mapping () |
| void MUMPS_CALL | MUMPS_ASSIGN_MAPPING (MUMPS_INT *f77mapping) |
| void MUMPS_CALL | MUMPS_NULLIFY_C_MAPPING () |
| MUMPS_INT * | mumps_get_pivnul_list () |
| void MUMPS_CALL | MUMPS_ASSIGN_PIVNUL_LIST (MUMPS_INT *f77pivnul_list) |
| void MUMPS_CALL | MUMPS_NULLIFY_C_PIVNUL_LIST () |
| MUMPS_INT * | mumps_get_sym_perm () |
| void MUMPS_CALL | MUMPS_ASSIGN_SYM_PERM (MUMPS_INT *f77sym_perm) |
| void MUMPS_CALL | MUMPS_NULLIFY_C_SYM_PERM () |
| MUMPS_INT * | mumps_get_uns_perm () |
| void MUMPS_CALL | MUMPS_ASSIGN_UNS_PERM (MUMPS_INT *f77uns_perm) |
| void MUMPS_CALL | MUMPS_NULLIFY_C_UNS_PERM () |
| for (i8=*sizetab-1;i8 >=0;i8--) | |
| for (i8=0;i8< *sizetab;i8++) | |
| void MUMPS_CALL | MUMPS_MALLOC_C (MUMPS_INT8 *address, MUMPS_INT8 *size) |
| void MUMPS_CALL | MUMPS_FREE_C (void *address) |
Variables | |
| static MUMPS_INT * | MUMPS_MAPPING |
| static MUMPS_INT * | MUMPS_PIVNUL_LIST |
| static MUMPS_INT * | MUMPS_SYM_PERM |
| static MUMPS_INT * | MUMPS_UNS_PERM |
| void | MUMPS_CALL |
| for | ( | i8 | = *sizetab-1; i8 >=0; i8-- | ) |
Definition at line 91 of file mumps_common.c.
| for | ( | ) |
Definition at line 103 of file mumps_common.c.
| void MUMPS_CALL MUMPS_ASSIGN_MAPPING | ( | MUMPS_INT * | f77mapping | ) |
Definition at line 30 of file mumps_common.c.
| void MUMPS_CALL MUMPS_ASSIGN_PIVNUL_LIST | ( | MUMPS_INT * | f77pivnul_list | ) |
Definition at line 45 of file mumps_common.c.
| void MUMPS_CALL MUMPS_ASSIGN_SYM_PERM | ( | MUMPS_INT * | f77sym_perm | ) |
Definition at line 60 of file mumps_common.c.
| void MUMPS_CALL MUMPS_ASSIGN_UNS_PERM | ( | MUMPS_INT * | f77uns_perm | ) |
Definition at line 75 of file mumps_common.c.
| void MUMPS_CALL MUMPS_FREE_C | ( | void * | address | ) |
Definition at line 117 of file mumps_common.c.
| MUMPS_INT * mumps_get_mapping | ( | ) |
Definition at line 25 of file mumps_common.c.
| MUMPS_INT * mumps_get_pivnul_list | ( | ) |
Definition at line 40 of file mumps_common.c.
| MUMPS_INT * mumps_get_sym_perm | ( | ) |
Definition at line 55 of file mumps_common.c.
| MUMPS_INT * mumps_get_uns_perm | ( | ) |
Definition at line 70 of file mumps_common.c.
| void MUMPS_CALL MUMPS_MALLOC_C | ( | MUMPS_INT8 * | address, |
| MUMPS_INT8 * | size ) |
Definition at line 110 of file mumps_common.c.
| void MUMPS_CALL MUMPS_NULLIFY_C_MAPPING | ( | ) |
Definition at line 35 of file mumps_common.c.
| void MUMPS_CALL MUMPS_NULLIFY_C_PIVNUL_LIST | ( | ) |
Definition at line 50 of file mumps_common.c.
| void MUMPS_CALL MUMPS_NULLIFY_C_SYM_PERM | ( | ) |
Definition at line 65 of file mumps_common.c.
| void MUMPS_CALL MUMPS_NULLIFY_C_UNS_PERM | ( | ) |
Definition at line 80 of file mumps_common.c.
| void MUMPS_CALL |
Definition at line 84 of file mumps_common.c.
|
static |
Definition at line 19 of file mumps_common.c.
|
static |
Definition at line 20 of file mumps_common.c.
|
static |
Definition at line 22 of file mumps_common.c.
|
static |
Definition at line 23 of file mumps_common.c.