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

Go to the source code of this file.

Functions

void psgemm_ (F_CHAR_T TRANSA, F_CHAR_T TRANSB, int *M, int *N, int *K, 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

◆ psgemm_()

void psgemm_ ( F_CHAR_T  TRANSA,
F_CHAR_T  TRANSB,
int *  M,
int *  N,
int *  K,
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 28 of file psgemm_.c.

Here is the call graph for this function: