Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex4.c550 PetscReal Jx, Jxhat_comp, Jxhat_pred; in TaylorTest() local
573 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()