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

Go to the source code of this file.

Functions

void PB_CpsymmBC (PBTYP_T *TYPE, char *DIRECAB, char *CONJUG, char *SIDE, char *UPLO, int M, int N, char *ALPHA, char *A, int IA, int JA, int *DESCA, char *B, int IB, int JB, int *DESCB, char *BETA, char *C, int IC, int JC, int *DESCC)
 

Function Documentation

◆ PB_CpsymmBC()

void PB_CpsymmBC ( PBTYP_T TYPE,
char *  DIRECAB,
char *  CONJUG,
char *  SIDE,
char *  UPLO,
int  M,
int  N,
char *  ALPHA,
char *  A,
int  IA,
int  JA,
int *  DESCA,
char *  B,
int  IB,
int  JB,
int *  DESCB,
char *  BETA,
char *  C,
int  IC,
int  JC,
int *  DESCC 
)

Definition at line 26 of file PB_CpsymmBC.c.

Here is the call graph for this function: