Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c1013 Vec y_i, op_x_i, y_m_op_x_i; in MatLMVMUpdateOpDiffVecs() local
1017 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()