ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
PB_CpsyrkAC.c File Reference
#include "../pblas.h"
#include "../PBpblas.h"
#include "../PBtools.h"
#include "../PBblacs.h"
#include "../PBblas.h"
Include dependency graph for PB_CpsyrkAC.c:

Go to the source code of this file.

Functions

void PB_CpsyrkAC (PBTYP_T *TYPE, char *DIRECA, char *CONJUG, char *UPLO, char *TRANS, int N, int K, char *ALPHA, char *A, int IA, int JA, int *DESCA, char *BETA, char *C, int IC, int JC, int *DESCC)
 

Function Documentation

◆ PB_CpsyrkAC()

void PB_CpsyrkAC ( PBTYP_T TYPE,
char *  DIRECA,
char *  CONJUG,
char *  UPLO,
char *  TRANS,
int  N,
int  K,
char *  ALPHA,
char *  A,
int  IA,
int  JA,
int *  DESCA,
char *  BETA,
char *  C,
int  IC,
int  JC,
int *  DESCC 
)

Definition at line 25 of file PB_CpsyrkAC.c.

Here is the call graph for this function: