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

Go to the source code of this file.

Functions

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

Definition in file core_sgemdm.c.