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