Searched refs:SymOrtho (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/impls/minres/ |
| H A D | minres.c | 64 static inline void SymOrtho(PetscReal a, PetscReal b, PetscReal *c, PetscReal *s, PetscReal *r) in SymOrtho() function 233 SymOrtho(gbar, betan, &cs, &sn, &gama); in KSPSolve_MINRES() 272 SymOrtho(gamal, dlta, &cr1, &sr1, &gamal); in KSPSolve_MINRES() 370 SymOrtho(gamal, eplnn, &cr2, &sr2, &gamal); in KSPSolve_MINRES()
|