Lines Matching refs:PC_LMVM
16 } PC_LMVM; typedef
36 PC_LMVM *ctx; in PCLMVMSetUpdateVec()
44 ctx = (PC_LMVM *)pc->data; in PCLMVMSetUpdateVec()
65 PC_LMVM *ctx; in PCLMVMSetMatLMVM()
75 ctx = (PC_LMVM *)pc->data; in PCLMVMSetMatLMVM()
97 PC_LMVM *ctx; in PCLMVMGetMatLMVM()
104 ctx = (PC_LMVM *)pc->data; in PCLMVMGetMatLMVM()
143 PC_LMVM *ctx; in PCLMVMSetIS()
151 ctx = (PC_LMVM *)pc->data; in PCLMVMSetIS()
170 PC_LMVM *ctx; in PCLMVMClearIS()
177 ctx = (PC_LMVM *)pc->data; in PCLMVMClearIS()
184 PC_LMVM *ctx = (PC_LMVM *)pc->data; in PCApply_LMVM()
209 PC_LMVM *ctx = (PC_LMVM *)pc->data; in PCReset_LMVM()
222 PC_LMVM *ctx = (PC_LMVM *)pc->data; in PCSetUp_LMVM()
246 PC_LMVM *ctx = (PC_LMVM *)pc->data; in PCView_LMVM()
261 PC_LMVM *ctx = (PC_LMVM *)pc->data; in PCSetFromOptions_LMVM()
271 PC_LMVM *ctx = (PC_LMVM *)pc->data; in PCPreSolve_LMVM()
286 PC_LMVM *ctx = (PC_LMVM *)pc->data; in PCDestroy_LMVM()
310 PC_LMVM *ctx; in PCCreate_LMVM()