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

Go to the source code of this file.

Functions

void PB_CptrsmAB1 (PBTYP_T *TYPE, char *SIDE, char *UPLO, char *TRANSA, char *DIAG, int M, int N, char *ALPHA, char *A, int IA, int JA, int *DESCA, char *B, int IB, int JB, int *DESCB, char *C, int *DESCC)
 

Function Documentation

◆ PB_CptrsmAB1()

void PB_CptrsmAB1 ( PBTYP_T TYPE,
char *  SIDE,
char *  UPLO,
char *  TRANSA,
char *  DIAG,
int  M,
int  N,
char *  ALPHA,
char *  A,
int  IA,
int  JA,
int *  DESCA,
char *  B,
int  IB,
int  JB,
int *  DESCB,
char *  C,
int *  DESCC 
)

Definition at line 25 of file PB_CptrsmAB1.c.

Here is the call graph for this function: