Searched refs:rpe (Results 1 – 2 of 2) sorted by relevance
23 Vec rpe; /* residual Ae*x - be */ member
67 if (ipmP->me > 0) PetscCall(VecCopy(ipmP->rpe, ipmP->rhs_lambdae)); in TaoSolve_IPM()213 PetscCall(VecDuplicate(tao->constraints_equality, &ipmP->rpe)); in TaoSetup_IPM()457 PetscCall(VecDestroy(&ipmP->rpe)); in TaoDestroy_IPM()578 PetscCall(VecCopy(tao->constraints_equality, ipmP->rpe)); in IPMComputeKKT()596 PetscCall(VecDot(ipmP->rpe, ipmP->rpe, &norm)); in IPMComputeKKT()