ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
#include "../pblas.h"
#include "../PBpblas.h"
#include "../PBtools.h"
#include "../PBblacs.h"
#include "../PBblas.h"
Go to the source code of this file.
Functions | |
int | PB_CVMloc (PBTYP_T *TYPE, PB_VM_T *VM, char *VROCS, char *ROCS, char *UNPA, char *TRANS, int MN, int K, char *ALPHA, char *A, int LDA, char *BETA, char *B, int LDB) |
int PB_CVMloc | ( | PBTYP_T * | TYPE, |
PB_VM_T * | VM, | ||
char * | VROCS, | ||
char * | ROCS, | ||
char * | UNPA, | ||
char * | TRANS, | ||
int | MN, | ||
int | K, | ||
char * | ALPHA, | ||
char * | A, | ||
int | LDA, | ||
char * | BETA, | ||
char * | B, | ||
int | LDB | ||
) |
Definition at line 25 of file PB_CVMloc.c.