Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdt.h228 …PetscInt facLookup[13] = {1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800, 479001… in PetscDTFactorialInt() local
234 *factorial = facLookup[n]; in PetscDTFactorialInt()
236 PetscInt f = facLookup[12]; in PetscDTFactorialInt()