Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex118.c131 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 Dex116.c200 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 Dex120.c250 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()