Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex1.c72 …exact *= PetscExpReal(PetscLGamma(i + alpha + 1.) + PetscLGamma(i + beta + 1.) - (PetscLGamma(i + … in CheckQuadrature()
/petsc/include/
H A Dpetscmath.h55 #define PetscLGamma(a) gammaf(a) macro
57 #define PetscLGamma(a) lgammaf(a) macro
90 #define PetscLGamma(a) gamma(a) macro
92 #define PetscLGamma(a) lgamma(a) macro
125 #define PetscLGamma(a) gammaq(a) macro
127 #define PetscLGamma(a) lgammaq(a) macro
160 #define PetscLGamma(a) gammaf(a) macro
162 #define PetscLGamma(a) lgammaf(a) macro
/petsc/src/dm/dt/interface/
H A Ddt.c753 …gr = PetscExpReal(PetscLGamma(alpha + 1.) + PetscLGamma(beta + 1.) - PetscLGamma(alpha + beta + 2.… in PetscDTJacobiNorm()
755 …gr = PetscExpReal(PetscLGamma(n + alpha + 1.) + PetscLGamma(n + beta + 1.) - (PetscLGamma(n + 1.) … in PetscDTJacobiNorm()
1484 …rb = PetscExpReal(2. * PetscLGamma(b + 1.) + PetscLGamma(m + 1.) + PetscLGamma(m + a + 1.) - (Pets… in PetscDTGaussLobattoJacobiEndweights_Internal()
1485 …ra = PetscExpReal(2. * PetscLGamma(a + 1.) + PetscLGamma(m + 1.) + PetscLGamma(m + b + 1.) - (Pets… in PetscDTGaussLobattoJacobiEndweights_Internal()
1564 a2 = PetscLGamma(a + npoints + 1); in PetscDTGaussJacobiQuadrature_Newton_Internal()
1565 a3 = PetscLGamma(b + npoints + 1); in PetscDTGaussJacobiQuadrature_Newton_Internal()
1566 a4 = PetscLGamma(a + b + npoints + 1); in PetscDTGaussJacobiQuadrature_Newton_Internal()
1567 a5 = PetscLGamma(npoints + 1); in PetscDTGaussJacobiQuadrature_Newton_Internal()