Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex4.c222 PetscReal mu, workNorm, misfit; in ObjectiveMisfitADMM() local
236 PetscCall(VecDot(temp, temp, &workNorm)); in ObjectiveMisfitADMM()
238 *J = misfit + 0.5 * mu * workNorm; in ObjectiveMisfitADMM()
366 PetscReal mu, workNorm, reg; in ObjectiveRegularizationADMM() local
379 PetscCall(VecDot(temp, temp, &workNorm)); in ObjectiveRegularizationADMM()
380 *J = reg + 0.5 * mu * workNorm; in ObjectiveRegularizationADMM()