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

Go to the source code of this file.

Functions

void PB_Cptrsv (PBTYP_T *TYPE, int FBCAST, char *UPLO, char *TRANS, char *DIAG, int N, char *A, int IA, int JA, int *DESCA, char *XC, int INCXC, char *XR, int INCXR)
 

Function Documentation

◆ PB_Cptrsv()

void PB_Cptrsv ( PBTYP_T TYPE,
int  FBCAST,
char *  UPLO,
char *  TRANS,
char *  DIAG,
int  N,
char *  A,
int  IA,
int  JA,
int *  DESCA,
char *  XC,
int  INCXC,
char *  XR,
int  INCXR 
)

Definition at line 25 of file PB_Cptrsv.c.

Here is the call graph for this function: