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

Go to the source code of this file.

Functions

void PB_Cptrm (PBTYP_T *TYPE, PBTYP_T *UTYP, char *SIDE, char *UPLO, char *TRANS, char *DIAG, int N, int K, char *ALPHA, char *A, int IA, int JA, int *DESCA, char *X, int LDX, char *Y, int LDY, TZTRM_T TRM)
 

Function Documentation

◆ PB_Cptrm()

void PB_Cptrm ( PBTYP_T TYPE,
PBTYP_T UTYP,
char *  SIDE,
char *  UPLO,
char *  TRANS,
char *  DIAG,
int  N,
int  K,
char *  ALPHA,
char *  A,
int  IA,
int  JA,
int *  DESCA,
char *  X,
int  LDX,
char *  Y,
int  LDY,
TZTRM_T  TRM 
)

Definition at line 26 of file PB_Cptrm.c.

Here is the call graph for this function: