Searched refs:dot_max (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex118.c | 131 PetscReal dot_max; in CkEigenSolutions() local 142 dot_max = 0.0; in CkEigenSolutions() 152 if (PetscAbsScalar(dot) > dot_max) dot_max = PetscAbsScalar(dot); in CkEigenSolutions() 161 … PetscCall(PetscPrintf(PETSC_COMM_SELF, " max|(x_j^T*x_i) - delta_ji|: %g\n", (double)dot_max)); in CkEigenSolutions()
|
| H A D | ex116.c | 200 PetscReal norm, tmp, dot, norm_max, dot_max; in CkEigenSolutions() local 212 dot_max = 0.0; in CkEigenSolutions() 222 if (dot > dot_max) dot_max = dot; in CkEigenSolutions() 229 … PetscCall(PetscPrintf(PETSC_COMM_SELF, " max|(x_j^T*x_i) - delta_ji|: %g\n", (double)dot_max)); in CkEigenSolutions()
|
| H A D | ex120.c | 250 PetscReal norm, tmp, norm_max, dot_max, rdot; in CkEigenSolutions() local 262 dot_max = 0.0; in CkEigenSolutions() 272 if (rdot > dot_max) dot_max = rdot; in CkEigenSolutions() 279 … PetscCall(PetscPrintf(PETSC_COMM_SELF, " max|(x_j^T*x_i) - delta_ji|: %g\n", (double)dot_max)); in CkEigenSolutions()
|