Home
last modified time | relevance | path

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

/petsc/src/tao/matrix/
H A Dsubmatfree.c31 MatSubMatFreeCtx ctx; in MatCreateSubMatrixFree()
69 MatSubMatFreeCtx ctx; in MatSMFResetRowColumn()
84 MatSubMatFreeCtx ctx; in MatMult_SMF()
97 MatSubMatFreeCtx ctx; in MatMultTranspose_SMF()
110 MatSubMatFreeCtx ctx; in MatDiagonalSet_SMF()
120 MatSubMatFreeCtx ctx; in MatDestroy_SMF()
134 MatSubMatFreeCtx ctx; in MatView_SMF()
144 MatSubMatFreeCtx ctx; in MatShift_SMF()
154 MatSubMatFreeCtx ctx; in MatDuplicate_SMF()
164 MatSubMatFreeCtx ctx1, ctx2; in MatEqual_SMF()
[all …]
H A Dsubmatfree.h13 typedef _p_MatSubMatFreeCtx *MatSubMatFreeCtx; typedef