Home
last modified time | relevance | path

Searched refs:mat_B (Results 1 – 1 of 1) sorted by relevance

/honee/qfunctions/
H A Dutils.h230 CEED_QFUNCTION_HELPER void MatMatNM(const CeedScalar *mat_A, const CeedScalar *mat_B, CeedScalar *m… in MatMatNM() argument
233 for (CeedInt k = 0; k < P; k++) mat_C[i * M + j] += mat_A[i * P + k] * mat_B[k * M + j]; in MatMatNM()