#include "slu_cdefs.h"
Functions | |
void | cmatvec_mult (complex alpha, complex x[], complex beta, complex y[]) |
void | cpsolve (int n, complex x[], complex 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[] | |||
) |
int* GLOBAL_PERM_C |
int * GLOBAL_PERM_R |