PaStiX Handbook  6.3.2
core_dgemdm.c File Reference
#include "common.h"
#include "cblas.h"
#include "lapacke.h"

Go to the source code of this file.

Functions

int core_dgemdm (pastix_trans_t transA, pastix_trans_t transB, int M, int N, int K, double alpha, const double *A, int LDA, const double *B, int LDB, double beta, double *C, int LDC, const double *D, int incD, double *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 -> d, Wed Dec 13 12:09:13 2023

Definition in file core_dgemdm.c.