Home
last modified time | relevance | path

Searched refs:Lgamma (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Dblock_ops_2.cc519 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_a()
566 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_a()
613 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_a()
723 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_a()
833 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_a()
880 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_a()
969 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_b()
1016 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_b()
1063 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_b()
1173 const int Lsize = Lgamma->extent(0) * Lgamma->extent(1); in S_b()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/distuv/
H A Dstatdist.go99 l1, _ := math.Lgamma(lab)
100 l2, _ := math.Lgamma(l.Alpha)
101 l3, _ := math.Lgamma(l.Beta)
104 r1, _ := math.Lgamma(r.Alpha + r.Beta)
105 r2, _ := math.Lgamma(r.Alpha)
106 r3, _ := math.Lgamma(r.Beta)
H A Dbeta.go71 lab, _ := math.Lgamma(b.Alpha + b.Beta)
72 la, _ := math.Lgamma(b.Alpha)
73 lb, _ := math.Lgamma(b.Beta)
H A Dbinomial.go144 g, _ := math.Lgamma(b.N + 1)
158 lg1, _ := math.Lgamma(em + 1)
159 lg2, _ := math.Lgamma(b.N - em + 1)
H A Dpoisson.go48 lg, _ := math.Lgamma(math.Floor(x) + 1)
118 lg, _ := math.Lgamma(k + 1)
H A Dstudentst.go67 g1, _ := math.Lgamma((s.Nu + 1) / 2)
68 g2, _ := math.Lgamma(s.Nu / 2)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/distuv/
H A Dstatdist.go101 l1, _ := math.Lgamma(lab)
102 l2, _ := math.Lgamma(l.Alpha)
103 l3, _ := math.Lgamma(l.Beta)
106 r1, _ := math.Lgamma(r.Alpha + r.Beta)
107 r2, _ := math.Lgamma(r.Alpha)
108 r3, _ := math.Lgamma(r.Beta)
H A Dpoisson.go48 lg, _ := math.Lgamma(math.Floor(x) + 1)
100 lg, _ := math.Lgamma(p.Lambda + 1)
112 lg, _ = math.Lgamma(em + 1)
H A Dbeta.go71 lab, _ := math.Lgamma(b.Alpha + b.Beta)
72 la, _ := math.Lgamma(b.Alpha)
73 lb, _ := math.Lgamma(b.Beta)
H A Dbinomial.go144 g, _ := math.Lgamma(b.N + 1)
158 lg1, _ := math.Lgamma(em + 1)
159 lg2, _ := math.Lgamma(b.N - em + 1)
H A Dstudentst.go67 g1, _ := math.Lgamma((s.Nu + 1) / 2)
68 g2, _ := math.Lgamma(s.Nu / 2)
H A Dgamma.go54 lg, _ := math.Lgamma(a)
129 lc, _ := math.Lgamma(a + 1)
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mathext/internal/gonum/
H A Dbeta.go48 la, _ := math.Lgamma(a)
49 lb, _ := math.Lgamma(b)
50 lab, _ := math.Lgamma(a + b)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mathext/internal/gonum/
H A Dbeta.go48 la, _ := math.Lgamma(a)
49 lb, _ := math.Lgamma(b)
50 lab, _ := math.Lgamma(a + b)
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/aclements/go-moremath/mathx/
H A Dchoose.go58 a, _ := math.Lgamma(float64(n + 1))
59 b, _ := math.Lgamma(float64(k + 1))
60 c, _ := math.Lgamma(float64(n - k + 1))
/dports/math/lcalc/lcalc-1.23/src/
H A DMakefile128 OBJ_L = Lglobals.o Lgamma.o Lriemannsiegel.o Lriemannsiegel_blfi.o Ldokchitser.o
174 Lgamma.o: ../include/Lgamma.h ../include/Lglobals.h ../include/Lcommon.h ../include/Lcomplex.h ../i…
177 Lriemannsiegel.o: ../include/Lint_complex.h ../include/Lgamma.h
194 Lcommandline_misc.o: ../include/Lmisc.h ../include/Lgamma.h
208 Lcommandline_values_zeros.o: ../include/Lgamma.h ../include/Lriemannsiegel.h
245 Lcommandline.o: ../include/Lmisc.h ../include/Lgamma.h
271 …dline_numbertheory.cc Lcommandline_twist.cc Lcommandline_values_zeros.cc Lgamma.cc Lglobals.cc Lmi…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/combin/
H A Dcombin.go70 a, _ := math.Lgamma(n + 1)
71 b, _ := math.Lgamma(k + 1)
72 c, _ := math.Lgamma(n - k + 1)
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/distmv/
H A Dstatdist.go162 l0, _ := math.Lgamma(l.sumAlpha)
163 r0, _ := math.Lgamma(r.sumAlpha)
169 vl, _ := math.Lgamma(al)
171 vr, _ := math.Lgamma(ar)
H A Ddirichlet.go88 lg, _ := math.Lgamma(alpha)
92 lg, _ := math.Lgamma(sumAlpha)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/distmv/
H A Dstatdist.go162 l0, _ := math.Lgamma(l.sumAlpha)
163 r0, _ := math.Lgamma(r.sumAlpha)
169 vl, _ := math.Lgamma(al)
171 vr, _ := math.Lgamma(ar)
H A Ddirichlet.go90 lg, _ := math.Lgamma(alpha)
94 lg, _ := math.Lgamma(sumAlpha)
/dports/math/gsl/gsl-2.7/integration/
H A Dcquad_const.c60 static const double Lgamma[33] = { variable
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mathext/
H A Dmvgamma.go28 lg, _ := math.Lgamma(v + float64(1-i)*0.5)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mathext/
H A Dmvgamma.go28 lg, _ := math.Lgamma(v + float64(1-i)*0.5)
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/combin/
H A Dcombin.go69 a, _ := math.Lgamma(n + 1)
70 b, _ := math.Lgamma(k + 1)
71 c, _ := math.Lgamma(n - k + 1)

12345678