Searched defs:_MatSolverTypeForSpecifcType (Results 1 – 1 of 1) sorted by relevance
4531 struct _MatSolverTypeForSpecifcType { struct4532 MatType mtype;4534 PetscErrorCode (*createfactor[MAT_FACTOR_NUM_TYPES - 1])(Mat, MatFactorType, Mat *);4535 MatSolverTypeForSpecifcType next;