#include "slu_ddefs.h"
Functions | |
void | dmatvec_mult (double alpha, double x[], double beta, double y[]) |
void | dpsolve (int n, double x[], double 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 |
void dmatvec_mult | ( | double | alpha, | |
double | x[], | |||
double | beta, | |||
double | y[] | |||
) |
void dpsolve | ( | int | n, | |
double | x[], | |||
double | y[] | |||
) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
int* GLOBAL_PERM_C |
int * GLOBAL_PERM_R |