Searched refs:norm_abs (Results 1 – 2 of 2) sorted by relevance
441 PetscReal norm_abs, norm_rel, tol = PETSC_SQRT_MACHINE_EPSILON; in MatProjMultEqual_Private() local489 PetscCall(VecNorm(v4, NORM_2, &norm_abs)); in MatProjMultEqual_Private()493 if (norm_abs > tol) norm_rel /= norm_abs; in MatProjMultEqual_Private()
30 PetscReal norm, norm_abs, norm_tmp, fill = 4.0; in main() local407 PetscCall(VecNorm(v4, NORM_2, &norm_abs)); in main()411 norm_tmp /= norm_abs; in main()