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

Go to the source code of this file.

Functions

void PB_Ctzatrmv (PBTYP_T *TYPE, char *SIDE, char *UPLO, char *TRANS, char *DIAG, int M, int N, int K, int IOFFD, char *ALPHA, char *A, int LDA, char *X, int LDX, char *Y, int LDY)
 

Function Documentation

◆ PB_Ctzatrmv()

void PB_Ctzatrmv ( PBTYP_T TYPE,
char *  SIDE,
char *  UPLO,
char *  TRANS,
char *  DIAG,
int  M,
int  N,
int  K,
int  IOFFD,
char *  ALPHA,
char *  A,
int  LDA,
char *  X,
int  LDX,
char *  Y,
int  LDY 
)

Definition at line 25 of file PB_Ctzatrmv.c.

Here is the call graph for this function: