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

Go to the source code of this file.

Functions

void PB_Cpsyr2 (PBTYP_T *TYPE, char *UPLO, int N, int K, char *ALPHA, char *XC, int LDXC, char *XR, int LDXR, char *YC, int LDYC, char *YR, int LDYR, char *A, int IA, int JA, int *DESCA, TZSYR2_T SYR2)
 

Function Documentation

◆ PB_Cpsyr2()

void PB_Cpsyr2 ( PBTYP_T TYPE,
char *  UPLO,
int  N,
int  K,
char *  ALPHA,
char *  XC,
int  LDXC,
char *  XR,
int  LDXR,
char *  YC,
int  LDYC,
char *  YR,
int  LDYR,
char *  A,
int  IA,
int  JA,
int *  DESCA,
TZSYR2_T  SYR2 
)

Definition at line 25 of file PB_Cpsyr2.c.

Here is the call graph for this function: