Searched refs:y_m_op_x_i (Results 1 – 1 of 1) sorted by relevance
1013 Vec y_i, op_x_i, y_m_op_x_i; in MatLMVMUpdateOpDiffVecs() local1017 PetscCall(LMBasisGetNextVec(YmalphaOpX, &y_m_op_x_i)); in MatLMVMUpdateOpDiffVecs()1018 PetscCall(VecAXPBYPCZ(y_m_op_x_i, 1.0, -alpha, 0.0, y_i, op_x_i)); in MatLMVMUpdateOpDiffVecs()1019 PetscCall(LMBasisRestoreNextVec(YmalphaOpX, &y_m_op_x_i)); in MatLMVMUpdateOpDiffVecs()