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

Go to the source code of this file.

Functions

void PB_Cpsym (PBTYP_T *TYPE, PBTYP_T *UTYP, char *SIDE, char *UPLO, int N, int K, char *ALPHA, char *A, int IA, int JA, int *DESCA, char *XC, int LDXC, char *XR, int LDXR, char *YC, int LDYC, char *YR, int LDYR, TZSYM_T SYM)
 

Function Documentation

◆ PB_Cpsym()

void PB_Cpsym ( PBTYP_T TYPE,
PBTYP_T UTYP,
char *  SIDE,
char *  UPLO,
int  N,
int  K,
char *  ALPHA,
char *  A,
int  IA,
int  JA,
int *  DESCA,
char *  XC,
int  LDXC,
char *  XR,
int  LDXR,
char *  YC,
int  LDYC,
char *  YR,
int  LDYR,
TZSYM_T  SYM 
)

Definition at line 26 of file PB_Cpsym.c.

Here is the call graph for this function: