Searched refs:Jxhat_comp (Results 1 – 1 of 1) sorted by relevance
550 PetscReal Jx, Jxhat_comp, Jxhat_pred; in TaylorTest() local573 PetscCall(TaoComputeObjective(tao, xhat, &Jxhat_comp)); in TaylorTest()577 J = PetscAbsReal(Jxhat_comp - Jxhat_pred); in TaylorTest()578 …PetscCall(PetscPrintf(comm, "J(xhat): %g, predicted: %g, diff %g\n", (double)Jxhat_comp, (double)J… in TaylorTest()