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

Go to the source code of this file.

Functions

void pzatrmv_ (F_CHAR_T UPLO, F_CHAR_T TRANS, F_CHAR_T DIAG, int *N, double *ALPHA, double *A, int *IA, int *JA, int *DESCA, double *X, int *IX, int *JX, int *DESCX, int *INCX, double *BETA, double *Y, int *IY, int *JY, int *DESCY, int *INCY)
 

Function Documentation

◆ pzatrmv_()

void pzatrmv_ ( F_CHAR_T  UPLO,
F_CHAR_T  TRANS,
F_CHAR_T  DIAG,
int *  N,
double *  ALPHA,
double *  A,
int *  IA,
int *  JA,
int *  DESCA,
double *  X,
int *  IX,
int *  JX,
int *  DESCX,
int *  INCX,
double *  BETA,
double *  Y,
int *  IY,
int *  JY,
int *  DESCY,
int *  INCY 
)

Definition at line 28 of file pzatrmv_.c.

Here is the call graph for this function: