ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
#include "../pblas.h"
#include "../PBpblas.h"
#include "../PBtools.h"
#include "../PBblacs.h"
#include "../PBblas.h"
Go to the source code of this file.
Functions | |
void | PB_CptrsmAB0 (PBTYP_T *TYPE, char *SIDE, char *UPLO, char *DIAG, int M, int N, char *ALPHA, char *A, int IA, int JA, int *DESCA, char *B, int IB, int JB, int *DESCB, char **C, int *DESCC, int *CFREE) |
void PB_CptrsmAB0 | ( | PBTYP_T * | TYPE, |
char * | SIDE, | ||
char * | UPLO, | ||
char * | DIAG, | ||
int | M, | ||
int | N, | ||
char * | ALPHA, | ||
char * | A, | ||
int | IA, | ||
int | JA, | ||
int * | DESCA, | ||
char * | B, | ||
int | IB, | ||
int | JB, | ||
int * | DESCB, | ||
char * * | C, | ||
int * | DESCC, | ||
int * | CFREE | ||
) |