Searched refs:PetscDTFactorialInt (Results 1 – 2 of 2) sorted by relevance
108 PetscCall(PetscDTFactorialInt(k, &Nf)); in PetscDTAltVApply()394 PetscCall(PetscDTFactorialInt(PetscAbsInt(k), &Nf)); in PetscDTAltVPullback()512 PetscCall(PetscDTFactorialInt(PetscAbsInt(k), &Nf)); in PetscDTAltVPullbackMatrix()
226 static inline PetscErrorCode PetscDTFactorialInt(PetscInt n, PetscInt *factorial) in PetscDTFactorialInt() function