PaStiX Handbook
6.3.0
|
#include "common.h"
#include "cblas.h"
#include "lapacke.h"
Go to the source code of this file.
Functions | |
int | core_cgemdm (pastix_trans_t transA, pastix_trans_t transB, int M, int N, int K, pastix_complex32_t alpha, const pastix_complex32_t *A, int LDA, const pastix_complex32_t *B, int LDB, pastix_complex32_t beta, pastix_complex32_t *C, int LDC, const pastix_complex32_t *D, int incD, pastix_complex32_t *WORK, int LWORK) |
Perform one of the following matrix-matrix operations. More... | |
PaStiX kernel routines.
Definition in file core_cgemdm.c.