Home
last modified time | relevance | path

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

/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/lapack/
H A DDecompositionTest.h436 blaze::geqrf( B, tauB.data() ); in testGeqrf()
463 blaze::geqrf( B, tauB.data() ); in testGeqrf()
511 blaze::geqrf( B, tauB.data() ); in testOrgqr()
514 blaze::orgqr( B, tauB.data() ); in testOrgqr()
539 blaze::geqrf( B, tauB.data() ); in testOrgqr()
542 blaze::orgqr( B, tauB.data() ); in testOrgqr()
588 blaze::geqrf( B, tauB.data() ); in testOrg2r()
591 blaze::org2r( B, tauB.data() ); in testOrg2r()
616 blaze::geqrf( B, tauB.data() ); in testOrg2r()
619 blaze::org2r( B, tauB.data() ); in testOrg2r()
[all …]
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftb/
H A Dthirdorder.F90753 res = exp(-tauA * rab) * ff(tauA, tauB, rab) + exp(-tauB * rab) * ff(tauB, tauA, rab)
774 & + exp(-tauB * rab) * fpT2(tauB, tauA, rab)
795 & + exp(-tauB * rab) * (fpR(tauB, tauA, rab) - tauB * ff(tauB, tauA, rab))
816 & - tauA * fpT1(tauA, tauB, rab) + fpT1pR(tauA, tauB, rab) - rab * fpR(tauA, tauB, rab))&
817 & + exp(-tauB * rab) * (fpT2pR(tauB, tauA, rab) - tauB * fpT2(tauB, tauA, rab))
838 res = 0.5_dp * tauA * tauB**4 / (tauA**2 - tauB**2)**2&
839 & - (tauB**6 - 3.0_dp * tauA**2 * tauB**4) / ((tauA**2 - tauB**2)**3 * rab)
849 res = -0.5_dp * (tauB**6 + 3.0_dp * tauA**2 * tauB**4) / (tauA**2 - tauB**2)**3&
850 & - 12.0_dp * tauA**3 * tauB**4 / ((tauA**2 - tauB**2)**4 * rab)
860 res = 2.0_dp * tauB**3 * tauA**3 / (tauB**2 - tauA**2)**3&
[all …]
H A Drangeseparated.F90817 prefac = prefac * tauB**4 / (tauB * tauB - omega * omega )**2
836 real(dp), intent(in) :: tauB local
850 tmp = (tauB**6 - 3.0_dp * tauA * tauA * tauB**4 + 2.0_dp * omega * omega * tauB**4) / R
851 tmp = tmp * prefac * prefac / (tauA * tauA - tauB * tauB)**3
852 tmp = tauA * tauB**4 * 0.5_dp * prefac / (tauB * tauB - tauA * tauA )**2 - tmp
920 prefac = prefac * tauB**4 / (tauB * tauB - omega * omega )**2
939 real(dp), intent(in) :: tauB local
952 tmp = prefac * prefac / (tauA * tauA - tauB * tauB)**3
953 dtmp = tmp * (tauB**6 - 3.0_dp * tauA * tauA * tauB**4 + 2.0_dp * omega * omega * tauB**4)/R**2
954 tmp = tmp * (tauB**6 - 3.0_dp * tauA * tauA * tauB**4 + 2.0_dp * omega * omega * tauB**4) / R
[all …]
H A Dshortgamma.F90115 real(dp) :: tauA, tauB, tauMean local
133 tauB = 3.2_dp*Ub
142 & -0.5_dp*((tauA*tauB)/(tauA+tauB) + (tauA*tauB)**2/(tauA+tauB)**3)
146 tauMean = 0.5_dp*(tauA + tauB)
154 expGamma = gammaSubExprn(rab,tauA,tauB) + gammaSubExprn(rab,tauB,tauA)
176 real(dp) :: tauA, tauB, tauMean local
210 tauB = 3.2_dp*Ub
213 expGammaPrime = gammaSubExprnPrime(rab,tauA,tauB) + &
214 & gammaSubExprnPrime(rab,tauB,tauA)
/dports/math/libflame/libflame-5.2.0/src/lapack/util/accum/tut/fc/flamec/
H A DFLA_Accum_T_UT_fc_unb_var1.c20 tauB, tau1, in FLA_Accum_T_UT_fc_unb_var1() local
32 &tauB, 0, FLA_TOP ); in FLA_Accum_T_UT_fc_unb_var1()
37 while ( FLA_Obj_length( tauB ) > 0 ) { in FLA_Accum_T_UT_fc_unb_var1()
48 tauB, &tau2, 1, FLA_BOTTOM ); in FLA_Accum_T_UT_fc_unb_var1()
76 &tauB, tau2, FLA_TOP ); in FLA_Accum_T_UT_fc_unb_var1()
/dports/math/libflame/libflame-5.2.0/src/lapack/util/accum/tut/fr/flamec/
H A DFLA_Accum_T_UT_fr_unb_var1.c20 tauB, tau1, in FLA_Accum_T_UT_fr_unb_var1() local
32 &tauB, 0, FLA_TOP ); in FLA_Accum_T_UT_fr_unb_var1()
37 while ( FLA_Obj_length( tauB ) > 0 ){ in FLA_Accum_T_UT_fr_unb_var1()
48 tauB, &tau2, 1, FLA_BOTTOM ); in FLA_Accum_T_UT_fr_unb_var1()
76 &tauB, tau2, FLA_TOP ); in FLA_Accum_T_UT_fr_unb_var1()
/dports/biology/gatk/gatk-4.2.0.0/src/test/resources/org/broadinstitute/hellbender/tools/walkers/rnaseq/GeneExpressionEvaluation/
H A De_coli_expected.overlap.equal.map.equal.tsv776 tauB NC_000913.3 386207 386974 + sense 0.0
777 tauB NC_000913.3 386207 386974 + antisense 0.0
H A De_coli_expected.overlap.equal.map.ignore.tsv776 tauB NC_000913.3 386207 386974 + sense 0.0
777 tauB NC_000913.3 386207 386974 + antisense 0.0
H A De_coli_expected.overlap.proportional.map.equal.tsv776 tauB NC_000913.3 386207 386974 + sense 0.0
777 tauB NC_000913.3 386207 386974 + antisense 0.0
H A De_coli_expected.overlap.proportional.map.ignore.tsv776 tauB NC_000913.3 386207 386974 + sense 0.0
777 tauB NC_000913.3 386207 386974 + antisense 0.0