#include "slu_zdefs.h"
Functions | |
void | zmatvec_mult (doublecomplex alpha, doublecomplex x[], doublecomplex beta, doublecomplex y[]) |
void | zpsolve (int n, doublecomplex x[], doublecomplex y[]) |
int | main (int argc, char *argv[]) |
Variables | |
int * | GLOBAL_PERM_C |
int * | GLOBAL_PERM_R |
SuperMatrix * | GLOBAL_A |
SuperMatrix * | GLOBAL_L |
SuperMatrix * | GLOBAL_U |
SuperLUStat_t * | GLOBAL_STAT |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void zmatvec_mult | ( | doublecomplex | alpha, | |
doublecomplex | x[], | |||
doublecomplex | beta, | |||
doublecomplex | y[] | |||
) |
void zpsolve | ( | int | n, | |
doublecomplex | x[], | |||
doublecomplex | y[] | |||
) |
int* GLOBAL_PERM_C |
int * GLOBAL_PERM_R |