Searched refs:B0S_x (Results 1 – 1 of 1) sorted by relevance
1205 Vec B0S_x; in MatLMVMApplyVecsThenOp() local1212 PetscCall(LMBasisGetWorkVec(Y, &B0S_x)); in MatLMVMApplyVecsThenOp()1213 PetscCall(op(B, S_x, B0S_x)); in MatLMVMApplyVecsThenOp()1214 PetscCall(VecAYPX(y, beta, B0S_x)); in MatLMVMApplyVecsThenOp()1215 PetscCall(LMBasisRestoreWorkVec(Y, &B0S_x)); in MatLMVMApplyVecsThenOp()