Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmath.h1262 PetscInt gcd; in PetscLCM() local
1267 gcd = PetscGCD(a, b); in PetscLCM()
1268 return gcd ? a * (b / gcd) : 0; in PetscLCM()