SuperLU_DIST
4.0
superlu_dist on CPU and GPU clusters
|
#include "f2c.h"
Macros | |
#define | X(I) x[(I)-1] |
#define | A(I, J) a[(I)-1 + ((J)-1)* ( *lda)] |
Functions | |
int | strsv_ (char *uplo, char *trans, char *diag, integer *n, real *a, integer *lda, real *x, integer *incx) |
#define A | ( | I, | |
J | |||
) | a[(I)-1 + ((J)-1)* ( *lda)] |
#define X | ( | I | ) | x[(I)-1] |