Home
last modified time | relevance | path

Searched defs:M (Results 1 – 2 of 2) sorted by relevance

/honee/qfunctions/
H A Dutils.h81 … MatVecNM(const CeedScalar *A, const CeedScalar *x, const CeedInt N, const CeedInt M, const CeedTr… in MatVecNM()
105 …MatDiagNM(const CeedScalar *A, const CeedScalar *D, const CeedInt N, const CeedInt M, const CeedTr… in MatDiagNM()
230 …t CeedScalar *mat_A, const CeedScalar *mat_B, CeedScalar *mat_C, CeedInt N, CeedInt M, CeedInt P) { in MatMatNM()
/honee/problems/
H A Dsgs_dd_model.c583 …rorCode TransposeMatrix(const PetscScalar *A, PetscScalar *B, const PetscInt N, const PetscInt M) { in TransposeMatrix()