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_Ctzsyr (PBTYP_T *TYPE, char *UPLO, int M, int N, int K, int IOFFD, char *ALPHA, char *XC, int LDXC, char *XR, int LDXR, char *A, int LDA) |
void PB_Ctzsyr | ( | PBTYP_T * | TYPE, |
char * | UPLO, | ||
int | M, | ||
int | N, | ||
int | K, | ||
int | IOFFD, | ||
char * | ALPHA, | ||
char * | XC, | ||
int | LDXC, | ||
char * | XR, | ||
int | LDXR, | ||
char * | A, | ||
int | LDA | ||
) |
Definition at line 24 of file PB_Ctzsyr.c.