Lines Matching defs:mat
209 static PetscErrorCode MatShellGetContext_Shell(Mat mat, PetscCtxRt ctx) in MatShellGetContext_Shell()
240 PetscErrorCode MatShellGetContext(Mat mat, PetscCtxRt ctx) in MatShellGetContext()
249 static PetscErrorCode MatZeroRowsColumns_Local_Shell(Mat mat, PetscInt nr, PetscInt rows[], PetscIn… in MatZeroRowsColumns_Local_Shell()
316 static PetscErrorCode MatZeroRows_Shell(Mat mat, PetscInt n, const PetscInt rows[], PetscScalar dia… in MatZeroRows_Shell()
362 static PetscErrorCode MatZeroRowsColumns_Shell(Mat mat, PetscInt n, const PetscInt rowscols[], Pets… in MatZeroRowsColumns_Shell()
435 static PetscErrorCode MatDestroy_Shell(Mat mat) in MatDestroy_Shell()
973 static PetscErrorCode MatDuplicate_Shell(Mat mat, MatDuplicateOption op, Mat *M) in MatDuplicate_Shell()
1509 static PetscErrorCode MatShellSetContext_Shell(Mat mat, PetscCtx ctx) in MatShellSetContext_Shell()
1528 static PetscErrorCode MatShellSetContextDestroy_Shell(Mat mat, PetscCtxDestroyFn *f) in MatShellSetContextDestroy_Shell()
1537 PetscErrorCode MatShellSetContext_Immutable(Mat mat, PetscCtx ctx) in MatShellSetContext_Immutable()
1544 PetscErrorCode MatShellSetContextDestroy_Immutable(Mat mat, PetscCtxDestroyFn *f) in MatShellSetContextDestroy_Immutable()
1551 PetscErrorCode MatShellSetManageScalingShifts_Immutable(Mat mat) in MatShellSetManageScalingShifts_Immutable()
1558 static PetscErrorCode MatShellSetVecType_Shell(Mat mat, VecType vtype) in MatShellSetVecType_Shell()
1605 static PetscErrorCode MatShellSetOperation_Shell(Mat mat, MatOperation op, PetscErrorCodeFn *f) in MatShellSetOperation_Shell()
1685 static PetscErrorCode MatShellGetOperation_Shell(Mat mat, MatOperation op, PetscErrorCodeFn **f) in MatShellGetOperation_Shell()
1906 PetscErrorCode MatShellSetContext(Mat mat, PetscCtx ctx) in MatShellSetContext()
1934 PetscErrorCode MatShellSetContextDestroy(Mat mat, PetscCtxDestroyFn *f) in MatShellSetContextDestroy()
1955 PetscErrorCode MatShellSetVecType(Mat mat, VecType vtype) in MatShellSetVecType()
2040 PetscErrorCode MatShellTestMult(Mat mat, PetscErrorCode (*f)(void *, Vec, Vec), Vec base, PetscCtx … in MatShellTestMult()
2102 PetscErrorCode MatShellTestMultTranspose(Mat mat, PetscErrorCode (*f)(void *, Vec, Vec), Vec base, … in MatShellTestMultTranspose()
2200 PetscErrorCode MatShellSetOperation(Mat mat, MatOperation op, PetscErrorCodeFn *g) in MatShellSetOperation()
2242 PetscErrorCode MatShellGetOperation(Mat mat, MatOperation op, PetscErrorCodeFn **g) in MatShellGetOperation()
2263 PetscErrorCode MatIsShell(Mat mat, PetscBool *flg) in MatIsShell()