Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/ts/impls/rosw/
H A Drosw.c694 PetscScalar *GammaInv; in TSRosWRegister() local
728 for (i=0; i<s*s; i++) GammaInv[i] = Gamma[i]; in TSRosWRegister()
731 GammaInv[i*s+i] = 1.0; in TSRosWRegister()
739 case 1: GammaInv[0] = 1./GammaInv[0]; break; in TSRosWRegister()
752 for (i=0; i<s*s; i++) t->GammaInv[i] = PetscRealPart(GammaInv[i]); in TSRosWRegister()
753 ierr = PetscFree(GammaInv);CHKERRQ(ierr); in TSRosWRegister()
773 t->bt[i] += t->b[j] * t->GammaInv[j*s+i]; in TSRosWRegister()
959 const PetscReal *At = tab->At,*Gamma = tab->Gamma,*ASum = tab->ASum,*GammaInv = tab->GammaInv; in TSStep_RosW() local
996 for (j=0; j<i; j++) w[j] = 1./h * GammaInv[i*s+j]; in TSStep_RosW()
1081 const PetscReal *GammaInv = ros->tableau->GammaInv; in TSInterpolate_RosW() local
[all …]
/dports/biology/hyphy/hyphy-2.5.33/tests/hbltests/libv3/
H A Drate-variation.bf78 …def [utility.getGlobalValue("terms.model.rate_variation")] = rate_variation.types.GammaInv.factory…
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/models/
H A Drate_variation.bf18 lfunction rate_variation.types.GammaInv.factory (options) {
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS17371 PetscReal *GammaInv;GammaInv39,1872
H A DCTAGS9211 GammaInv src/ts/impls/rosw/rosw.c /^ PetscReal *GammaInv; \/* Inverse of Gamma, used for …