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

Go to the source code of this file.

Functions

void pctrsm_ (F_CHAR_T SIDE, F_CHAR_T UPLO, F_CHAR_T TRANS, F_CHAR_T DIAG, int *M, int *N, float *ALPHA, float *A, int *IA, int *JA, int *DESCA, float *B, int *IB, int *JB, int *DESCB)
 

Function Documentation

◆ pctrsm_()

void pctrsm_ ( F_CHAR_T  SIDE,
F_CHAR_T  UPLO,
F_CHAR_T  TRANS,
F_CHAR_T  DIAG,
int *  M,
int *  N,
float *  ALPHA,
float *  A,
int *  IA,
int *  JA,
int *  DESCA,
float *  B,
int *  IB,
int *  JB,
int *  DESCB 
)

Definition at line 25 of file pctrsm_.c.

Here is the call graph for this function: