PaStiX Handbook  6.3.2
core_cgemdm.c File Reference
#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...
 

Detailed Description

PaStiX kernel routines.

Version
6.3.2
Author
Dulceneia Becker
Mathieu Faverge
Gregoire Pichon
Xavier Lacoste
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/kernels/core_zgemdm.c, normal z -> c, Wed Dec 13 12:09:11 2023

Definition in file core_cgemdm.c.