Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dutils.h105 CEED_QFUNCTION_HELPER void MatDiagNM(const CeedScalar *A, const CeedScalar *D, const CeedInt N, con… in MatDiagNM() function
120 MatDiagNM((const CeedScalar *)A, (const CeedScalar *)D, 3, 3, transpose_A, (CeedScalar *)B); in MatDiag3()