#include "slu_ddefs.h"
Defines | |
#define | abs(a) ((a) > 0) ? (a) : -(a) |
#define | min(a, b) ((a) < (b)) ? (a) : (b) |
Functions | |
int_t | mc64id_ (int_t *icntl) |
int_t | mc64ad_ (int_t *job, int_t *n, int_t *ne, int_t *ip, int_t *irn, double *a, int_t *num, int_t *cperm, int_t *liw, int_t *iw, int_t *ldw, double *dw, int_t *icntl, int_t *info) |
int_t | mc64bd_ (int_t *n, int_t *ne, int_t *ip, int_t *irn, double *a, int_t *iperm, int_t *num, int_t *jperm, int_t *pr, int_t *q, int_t *l, double *d__) |
int_t | mc64dd_ (int_t *i__, int_t *n, int_t *q, double *d__, int_t *l, int_t *iway) |
int_t | mc64ed_ (int_t *qlen, int_t *n, int_t *q, double *d__, int_t *l, int_t *iway) |
int_t | mc64fd_ (int_t *pos0, int_t *qlen, int_t *n, int_t *q, double *d__, int_t *l, int_t *iway) |
int_t | mc64rd_ (int_t *n, int_t *ne, int_t *ip, int_t *irn, double *a) |
int_t | mc64sd_ (int_t *n, int_t *ne, int_t *ip, int_t *irn, double *a, int_t *iperm, int_t *numx, int_t *w, int_t *len, int_t *lenl, int_t *lenh, int_t *fc, int_t *iw, int_t *iw4) |
int_t | mc64qd_ (int_t *ip, int_t *lenl, int_t *lenh, int_t *w, int_t *wlen, double *a, int_t *nval, double *val) |
int | mc64ud_ (int_t *id, int_t *mod, int_t *n, int_t *irn, int_t *lirn, int_t *ip, int_t *lenc, int_t *fc, int_t *iperm, int_t *num, int_t *numx, int_t *pr, int_t *arp, int_t *cv, int_t *out) |
int_t | mc64wd_ (int_t *n, int_t *ne, int_t *ip, int_t *irn, double *a, int_t *iperm, int_t *num, int_t *jperm, int_t *out, int_t *pr, int_t *q, int_t *l, double *u, double *d__) |
Variables | |
static int_t | c__1 = 1 |
static int_t | c__2 = 2 |
#define abs | ( | a | ) | ((a) > 0) ? (a) : -(a) |
#define min | ( | a, | |||
b | ) | ((a) < (b)) ? (a) : (b) |
int_t mc64ad_ | ( | int_t * | job, | |
int_t * | n, | |||
int_t * | ne, | |||
int_t * | ip, | |||
int_t * | irn, | |||
double * | a, | |||
int_t * | num, | |||
int_t * | cperm, | |||
int_t * | liw, | |||
int_t * | iw, | |||
int_t * | ldw, | |||
double * | dw, | |||
int_t * | icntl, | |||
int_t * | info | |||
) |
int_t mc64bd_ | ( | int_t * | n, | |
int_t * | ne, | |||
int_t * | ip, | |||
int_t * | irn, | |||
double * | a, | |||
int_t * | iperm, | |||
int_t * | num, | |||
int_t * | jperm, | |||
int_t * | pr, | |||
int_t * | q, | |||
int_t * | l, | |||
double * | d__ | |||
) |
int_t mc64fd_ | ( | int_t * | pos0, | |
int_t * | qlen, | |||
int_t * | n, | |||
int_t * | q, | |||
double * | d__, | |||
int_t * | l, | |||
int_t * | iway | |||
) |
int_t mc64qd_ | ( | int_t * | ip, | |
int_t * | lenl, | |||
int_t * | lenh, | |||
int_t * | w, | |||
int_t * | wlen, | |||
double * | a, | |||
int_t * | nval, | |||
double * | val | |||
) |
int_t mc64sd_ | ( | int_t * | n, | |
int_t * | ne, | |||
int_t * | ip, | |||
int_t * | irn, | |||
double * | a, | |||
int_t * | iperm, | |||
int_t * | numx, | |||
int_t * | w, | |||
int_t * | len, | |||
int_t * | lenl, | |||
int_t * | lenh, | |||
int_t * | fc, | |||
int_t * | iw, | |||
int_t * | iw4 | |||
) |
int mc64ud_ | ( | int_t * | id, | |
int_t * | mod, | |||
int_t * | n, | |||
int_t * | irn, | |||
int_t * | lirn, | |||
int_t * | ip, | |||
int_t * | lenc, | |||
int_t * | fc, | |||
int_t * | iperm, | |||
int_t * | num, | |||
int_t * | numx, | |||
int_t * | pr, | |||
int_t * | arp, | |||
int_t * | cv, | |||
int_t * | out | |||
) |
int_t mc64wd_ | ( | int_t * | n, | |
int_t * | ne, | |||
int_t * | ip, | |||
int_t * | irn, | |||
double * | a, | |||
int_t * | iperm, | |||
int_t * | num, | |||
int_t * | jperm, | |||
int_t * | out, | |||
int_t * | pr, | |||
int_t * | q, | |||
int_t * | l, | |||
double * | u, | |||
double * | d__ | |||
) |