SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
All Classes Files Functions Variables Typedefs Macros
PB_CpgemmAB.c File Reference
#include "../pblas.h"
#include "../PBpblas.h"
#include "../PBtools.h"
#include "../PBblacs.h"
#include "../PBblas.h"
Include dependency graph for PB_CpgemmAB.c:

Go to the source code of this file.

Functions

void PB_CpgemmAB (PBTYP_T *TYPE, char *DIRECA, char *DIRECB, char *TRANSA, char *TRANSB, Int M, Int N, Int K, char *ALPHA, char *A, Int IA, Int JA, Int *DESCA, char *B, Int IB, Int JB, Int *DESCB, char *BETA, char *C, Int IC, Int JC, Int *DESCC)