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

Go to the source code of this file.

Functions

void pchemm_ (F_CHAR_T SIDE, F_CHAR_T UPLO, int *M, int *N, float *ALPHA, float *A, int *IA, int *JA, int *DESCA, float *B, int *IB, int *JB, int *DESCB, float *BETA, float *C, int *IC, int *JC, int *DESCC)
 

Function Documentation

◆ pchemm_()

void pchemm_ ( F_CHAR_T  SIDE,
F_CHAR_T  UPLO,
int *  M,
int *  N,
float *  ALPHA,
float *  A,
int *  IA,
int *  JA,
int *  DESCA,
float *  B,
int *  IB,
int *  JB,
int *  DESCB,
float *  BETA,
float *  C,
int *  IC,
int *  JC,
int *  DESCC 
)

Definition at line 27 of file pchemm_.c.

Here is the call graph for this function: