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

Go to the source code of this file.

Functions

void pssyrk_ (F_CHAR_T UPLO, F_CHAR_T TRANS, int *N, int *K, float *ALPHA, float *A, int *IA, int *JA, int *DESCA, float *BETA, float *C, int *IC, int *JC, int *DESCC)
 

Function Documentation

◆ pssyrk_()

void pssyrk_ ( F_CHAR_T  UPLO,
F_CHAR_T  TRANS,
int *  N,
int *  K,
float *  ALPHA,
float *  A,
int *  IA,
int *  JA,
int *  DESCA,
float *  BETA,
float *  C,
int *  IC,
int *  JC,
int *  DESCC 
)

Definition at line 26 of file pssyrk_.c.

Here is the call graph for this function: