Home
last modified time | relevance | path

Searched refs:E_ (Results 1 – 25 of 2112) sorted by relevance

12345678910>>...85

/dports/security/gnutls/gnutls-3.6.16/doc/
H A Derror_codes.texi2 @item 0 @tab GNUTLS_@-E_@-SUCCESS @tab Success.
23 @item -30 @tab GNUTLS_@-E_@-DB_@-ERROR @tab Error in Database backend.
26 @item -33 @tab GNUTLS_@-E_@-HASH_@-FAILED @tab Hashing has failed.
42 @item -52 @tab GNUTLS_@-E_@-INTERRUPTED @tab Function was interrupted.
49 @item -59 @tab GNUTLS_@-E_@-INTERNAL_@-ERROR @tab GnuTLS internal error.
54 @item -64 @tab GNUTLS_@-E_@-FILE_@-ERROR @tab Error while reading file.
109 @item -214 @tab GNUTLS_@-E_@-BAD_@-COOKIE @tab The cookie was bad.
116 @item -300 @tab GNUTLS_@-E_@-PKCS11_@-ERROR @tab PKCS #11 error.
118 @item -302 @tab GNUTLS_@-E_@-PARSING_@-ERROR @tab Error in parsing.
134 @item -319 @tab GNUTLS_@-E_@-TIMEDOUT @tab The operation timed out
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc33 E_(), in OveruseEstimator()
38 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
70 const double Eh[2] = {E_[0][0]*h[0] + E_[0][1]*h[1], in Update()
71 E_[1][0]*h[0] + E_[1][1]*h[1]}; in Update()
93 const double e00 = E_[0][0]; in Update()
97 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
98 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
99 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
100 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
103 bool positive_semi_definite = E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc34 E_(), in OveruseEstimator()
39 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
75 const double Eh[2] = {E_[0][0] * h[0] + E_[0][1] * h[1], in Update()
76 E_[1][0] * h[0] + E_[1][1] * h[1]}; in Update()
100 const double e00 = E_[0][0]; in Update()
104 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
105 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
106 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
107 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
111 E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc34 E_(), in OveruseEstimator()
39 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
75 const double Eh[2] = {E_[0][0] * h[0] + E_[0][1] * h[1], in Update()
76 E_[1][0] * h[0] + E_[1][1] * h[1]}; in Update()
100 const double e00 = E_[0][0]; in Update()
104 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
105 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
106 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
107 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
111 E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc34 E_(), in OveruseEstimator()
39 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
75 const double Eh[2] = {E_[0][0] * h[0] + E_[0][1] * h[1], in Update()
76 E_[1][0] * h[0] + E_[1][1] * h[1]}; in Update()
100 const double e00 = E_[0][0]; in Update()
104 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
105 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
106 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
107 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
111 E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc35 E_(), in OveruseEstimator()
40 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
76 const double Eh[2] = {E_[0][0]*h[0] + E_[0][1]*h[1], in Update()
77 E_[1][0]*h[0] + E_[1][1]*h[1]}; in Update()
102 const double e00 = E_[0][0]; in Update()
106 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
107 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
108 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
109 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
112 bool positive_semi_definite = E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc35 E_(), in OveruseEstimator()
40 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
74 const double Eh[2] = {E_[0][0]*h[0] + E_[0][1]*h[1], in Update()
75 E_[1][0]*h[0] + E_[1][1]*h[1]}; in Update()
99 const double e00 = E_[0][0]; in Update()
103 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
104 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
105 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
106 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
109 bool positive_semi_definite = E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc34 E_(), in OveruseEstimator()
39 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
75 const double Eh[2] = {E_[0][0] * h[0] + E_[0][1] * h[1], in Update()
76 E_[1][0] * h[0] + E_[1][1] * h[1]}; in Update()
100 const double e00 = E_[0][0]; in Update()
104 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
105 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
106 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
107 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
111 E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc35 E_(), in OveruseEstimator()
40 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
76 const double Eh[2] = {E_[0][0]*h[0] + E_[0][1]*h[1], in Update()
77 E_[1][0]*h[0] + E_[1][1]*h[1]}; in Update()
102 const double e00 = E_[0][0]; in Update()
106 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
107 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
108 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
109 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
112 bool positive_semi_definite = E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc35 E_(), in OveruseEstimator()
40 memcpy(E_, options_.initial_e, sizeof(E_)); in OveruseEstimator()
76 const double Eh[2] = {E_[0][0]*h[0] + E_[0][1]*h[1], in Update()
77 E_[1][0]*h[0] + E_[1][1]*h[1]}; in Update()
102 const double e00 = E_[0][0]; in Update()
106 E_[0][0] = e00 * IKh[0][0] + E_[1][0] * IKh[0][1]; in Update()
107 E_[0][1] = e01 * IKh[0][0] + E_[1][1] * IKh[0][1]; in Update()
108 E_[1][0] = e00 * IKh[1][0] + E_[1][0] * IKh[1][1]; in Update()
109 E_[1][1] = e01 * IKh[1][0] + E_[1][1] * IKh[1][1]; in Update()
112 bool positive_semi_definite = E_[0][0] + E_[1][1] >= 0 && in Update()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DSM_visualizor.h108 : MT_(true), E_(E), T_(&MT_,E_), S_(S) in SM_visualizor()
127 E_->point(E_->source(e)).hz() > 0 || in draw_map()
128 E_->point(E_->target(e)).hz() > 0; in draw_map()
130 E_->point(E_->source(e)).hz() < 0 || in draw_map()
131 E_->point(E_->target(e)).hz() < 0; in draw_map()
137 if ( E_->source(e) == E_->target(e) ) { in draw_map()
153 S_.push_back(Sphere_segment(E_->point(E_->source(e)), in draw_map()
154 E_->point(E_->target(e)), in draw_map()
161 Sphere_circle(E_->circle(E_->shalfloop())), in draw_map()
162 CO_.color(E_->shalfloop(),E_->mark(E_->shalfloop()))); in draw_map()
[all …]
H A DSNC_SM_visualizor.h102 SNC_SM_explorer E_; variable
126 CGAL_nef3_forall_sedges(e,E_) { in draw_map()
127 if ( E_.source(e) == E_.target(e) ) { in draw_map()
128 S_.push_back(E_.circle(e), CO_.color(e,E_.mark(e))); in draw_map()
130 S_.push_back(Sphere_segment(E_.point(E_.source(e)), in draw_map()
131 E_.point(E_.target(e)), in draw_map()
132 E_.circle(e)),CO_.color(e,E_.mark(e))); in draw_map()
137 if ( E_.has_sloop() ) in draw_map()
139 Sphere_circle(E_.circle(E_.shalfloop())), in draw_map()
140 CO_.color(E_.shalfloop(),E_.mark(E_.shalfloop()))); in draw_map()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DHashIterator2D.h45 template< class I1_, class I2_, class E_,
49 private HashConstIterator<Tuple2<I1_,I2_>,E_,HashFuncTuple<I1_,I2_,Hash1_,Hash2_> >
56 HashConstIterator2D(const HashConstIterator2D<I1_,I2_,E_,Hash1_,Hash2_> &it) in HashConstIterator2D() argument
57 : HashConstIterator<Tuple2<I1_,I2_>,E_,HashFuncTuple<I1_,I2_,Hash1_,Hash2_> >(it) { } in HashConstIterator2D()
61 : HashConstIterator<Tuple2<I1_,I2_>,E_,HashFuncTuple<I1_,I2_,Hash1_,Hash2_> >(it) { } in HashConstIterator2D()
64 HashConstIterator2D<I1_,I2_,E_,Hash1_,Hash2_> &
65 operator=(const HashConstIterator2D<I1_,I2_,E_,Hash1_,Hash2_> &it)
67 HashConstIterator<Tuple2<I1_,I2_>,E_,HashFuncTuple<I1_,I2_,Hash1_,Hash2_> >::operator=(it);
87 const E_ &info() const { in info()
92 HashConstIterator2D<I1_,I2_,E_,Hash1_,Hash2_> &operator++() {
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_S2/
H A DSM_visualizor.h86 const SM_explorer* E_;
113 S_.push_back(E_->circle(e), CO_.color(e,E_->mark(e))); in draw_map()
115 S_.push_back(Sphere_segment(E_->point(E_->source(e)), in draw_map()
116 E_->point(E_->target(e)), in draw_map()
117 E_->circle(e)),CO_.color(e,E_->mark(e))); in draw_map()
122 if ( E_->has_shalfloop() ) in draw_map()
124 Sphere_circle(E_->circle(E_->shalfloop())), in draw_map()
125 CO_.color(E_->shalfloop(),E_->mark(E_->shalfloop()))); in draw_map()
130 S_.push_back(E_->point(v),CO_.color(v,E_->mark(v))); in draw_map()
149 S_.push_back_triangle_edge(Sphere_segment(E_->point(E_->source(e)), in draw_map()
[all …]
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_ARMA_std.expout6 process = ARMA(X_{0,t} + 0.2 X_{0,t-1} + 0.7 X_{1,t-1} = E_{0,t} + 0.1 E_{0,t-1}
7 X_{1,t} + 0.3 X_{0,t-1} + 0.4 X_{1,t-1} = E_{1,t} + 0.5 E_{1,t-1}, E_t ~ ComposedDistribution(Norma…
8 ARMA process = ARMA(X_{0,t} + 0.2 X_{0,t-1} + 0.7 X_{1,t-1} = E_{0,t} + 0.1 E_{0,t-1}
9 X_{1,t} + 0.3 X_{0,t-1} + 0.4 X_{1,t-1} = E_{1,t} + 0.5 E_{1,t-1}, E_t ~ ComposedDistribution(Norma…
10 ARMA process with ARMAstate = ARMA(X_{0,t} + 0.2 X_{0,t-1} + 0.7 X_{1,t-1} = E_{0,t} + 0.1 E_{0,t-…
11 X_{1,t} + 0.3 X_{0,t-1} + 0.4 X_{1,t-1} = E_{1,t} + 0.5 E_{1,t-1}, E_t ~ ComposedDistribution(Norma…
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/doc/Eqs/
H A Ddihedral_class2.tex6 E & = & E_d + E_{mbt} + E_{ebt} + E_{at} + E_{aat} + E_{bb13} \\
8 E_{mbt} & = & (r_{jk} - r_2) [ A_1 \cos (\phi) + A_2 \cos (2\phi) + A_3 \cos (3\phi) ] \\
9 E_{ebt} & = & (r_{ij} - r_1) [ B_1 \cos (\phi) + B_2 \cos (2\phi) + B_3 \cos (3\phi) ] + \\
11E_{at} & = & (\theta_{ijk} - \theta_1) [ D_1 \cos (\phi) + D_2 \cos (2\phi) + D_3 \cos (3\phi) ] +…
13 E_{aat} & = & M (\theta_{ijk} - \theta_1) (\theta_{jkl} - \theta_2) \cos (\phi) \\
14 E_{bb13} & = & N (r_{ij} - r_1) (r_{kl} - r_3)
H A Dmin_energy.tex6 E(r_1,r_2, \ldots ,r_N) & = & \sum_{i,j} E_{\it pair}(r_i,r_j) +
7 \sum_{ij} E_{\it bond}(r_i,r_j) +
8 \sum_{ijk} E_{\it angle}(r_i,r_j,r_k) + \\
9 && \sum_{ijkl} E_{\it dihedral}(r_i,r_j,r_k,r_l) +
10 \sum_{ijkl} E_{\it improper}(r_i,r_j,r_k,r_l) +
11 \sum_i E_{\it fix}(r_i)
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/methods/
H A Denergy_deposition.rst50 - :math:`E_{fr}` - kinetic energy of fission fragments
51 - :math:`E_{n,p}` - energy of prompt fission neutrons
56 - :math:`E_{\nu}` - energy of neutrinos
66 E_r\equiv E_{fr} + E_{n,p} + E_{n, d} + E_{\gamma, p}
67 + E_{\gamma, d} + E_{\beta}
70 :math:`E_{n, p}` and :math:`E_{\gamma, p}`, respectively.
77 = \left[E_{fr} + E_{\gamma, p}\right]\sigma_{i, j}(E)
95 k_i(E) = k_{i, nf}(E) + \left[E_{fr}(E) + E_{\gamma, p}\right]\sigma_{i, f}(E)
117 + \left[E_{i, fr} + E_{i, \beta} + E_{i, \gamma, p}
118 + E_{i, \gamma, d}\right]\sigma_{i, f}(E).
[all …]
/dports/science/openmc/openmc-0.12.2/docs/source/methods/
H A Denergy_deposition.rst50 - :math:`E_{fr}` - kinetic energy of fission fragments
51 - :math:`E_{n,p}` - energy of prompt fission neutrons
56 - :math:`E_{\nu}` - energy of neutrinos
66 E_r\equiv E_{fr} + E_{n,p} + E_{n, d} + E_{\gamma, p}
67 + E_{\gamma, d} + E_{\beta}
70 :math:`E_{n, p}` and :math:`E_{\gamma, p}`, respectively.
77 = \left[E_{fr} + E_{\gamma, p}\right]\sigma_{i, j}(E)
95 k_i(E) = k_{i, nf}(E) + \left[E_{fr}(E) + E_{\gamma, p}\right]\sigma_{i, f}(E)
117 + \left[E_{i, fr} + E_{i, \beta} + E_{i, \gamma, p}
118 + E_{i, \gamma, d}\right]\sigma_{i, f}(E).
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Ddihedral_class2.rst37 E = & E_d + E_{mbt} + E_{ebt} + E_{at} + E_{aat} + E_{bb13} \\
45 E_{bb13} = & N (r_{ij} - r_1) (r_{kl} - r_3)
48 :math:`E_{ebt}` is an end-bond-torsion term, :math:`E_{at}` is an angle-torsion term, :math:`E_{aat…
49 is an angle-angle-torsion term, and :math:`E_{bb13}` is a bond-bond-13 term.
56 Coefficients for the :math:`E_d`, :math:`E_{mbt}`, :math:`E_{ebt}`,
57 :math:`E_{at}`, :math:`E_{aat}`, and :math:`E_{bb13}` formulas must be
72 For the :math:`E_{mbt}` formula, each line in a
86 For the :math:`E_{ebt}` formula, each line in a
104 For the :math:`E_{at}` formula, each line in a
125 For the :math:`E_{aat}` formula, each line in a :doc:`dihedral_coeff
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/topology-optimization/
H A Dexample_02.cpp76 Real E_; member in FEM
95 KE_(0,0) = E_/(1.0-nu_*nu_)*k[0]; in FEM()
96 KE_(0,1) = E_/(1.0-nu_*nu_)*k[1]; in FEM()
97 KE_(0,2) = E_/(1.0-nu_*nu_)*k[2]; in FEM()
98 KE_(0,3) = E_/(1.0-nu_*nu_)*k[3]; in FEM()
99 KE_(0,4) = E_/(1.0-nu_*nu_)*k[4]; in FEM()
100 KE_(0,5) = E_/(1.0-nu_*nu_)*k[5]; in FEM()
101 KE_(0,6) = E_/(1.0-nu_*nu_)*k[6]; in FEM()
102 KE_(0,7) = E_/(1.0-nu_*nu_)*k[7]; in FEM()
104 KE_(1,0) = E_/(1.0-nu_*nu_)*k[1]; in FEM()
[all …]
/dports/science/sparta/sparta-20Oct2021/doc/Eqs/
H A Dimpulsive_softsphere.tex6E_{f}\textrangle = E_{i} \left(1 - \frac{2\mu}{\left(\mu+1\right)^{2}}\left[1 + \mu sin^{2}\chi + …
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DvolumetricMeshENuMaterial.h53 double E_, nu_;
56 …e, double density, double E, double nu): VolumetricMesh::Material(name, density), E_(E), nu_(nu) {} in ENuMaterial()
57 …olumetricMesh::Material(eNuMaterial.getName(), eNuMaterial.getDensity()), E_(eNuMaterial.getE()),… in ENuMaterial()
58 inline double VolumetricMesh::ENuMaterial::getE() const { return E_; } in getE()
60 inline double VolumetricMesh::ENuMaterial::getLambda() const { return (nu_ * E_) / ((1 + nu_) * (1 … in getLambda()
61 inline double VolumetricMesh::ENuMaterial::getMu() const { return E_ / (2 * (1 + nu_)); } in getMu()
62 inline void VolumetricMesh::ENuMaterial::setE(double E) { E_ = E; } in setE()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/volumetricMesh/
H A DvolumetricMeshENuMaterial.h53 double E_, nu_;
56 …e, double density, double E, double nu): VolumetricMesh::Material(name, density), E_(E), nu_(nu) {} in ENuMaterial()
57 …olumetricMesh::Material(eNuMaterial.getName(), eNuMaterial.getDensity()), E_(eNuMaterial.getE()),… in ENuMaterial()
58 inline double VolumetricMesh::ENuMaterial::getE() const { return E_; } in getE()
60 inline double VolumetricMesh::ENuMaterial::getLambda() const { return (nu_ * E_) / ((1 + nu_) * (1 … in getLambda()
61 inline double VolumetricMesh::ENuMaterial::getMu() const { return E_ / (2 * (1 + nu_)); } in getMu()
62 inline void VolumetricMesh::ENuMaterial::setE(double E) { E_ = E; } in setE()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PP/Doc/
H A Deps_man.tex112 ...f(E_{\textbf{k},n})[2-f(E_{\textbf{k},n'})]/2
121 ...[f(E_{\textbf{k},n})-f(E_{\textbf{k},n'})]
143 \sum_{\textbf{k}}\sum_{n}\sum_{n'}[f(E_{\textbf{k},n})-f(E_{\textbf{k},n'})]
154 \frac{\hat{\textbf{M}}_{\alpha,\beta}}{(E_{\textbf{k},n'}-E_{\textbf{k},n})^2}...
157 ...\Bigg\{\frac{f(E_{\textbf{k},n})}{E_{\textbf{k},n'}-E_{\textbf{k},n}+\hbar\omega+i\hbar\Gamma}+.…
160 ...\frac{f(E_{\textbf{k},n})}{E_{\textbf{k},n'}-E_{\textbf{k},n}-\hbar\omega-i\hbar\Gamma}\Bigg\}
167 \frac{\hat{\textbf{M}}_{\alpha,\beta} f(E_{\textbf{k},n})}{(E_{\textbf{k},n'}-E_{\textbf{k},n})^2}.…
170 ...\bigg[\delta(E_{\textbf{k},n'}-E_{\textbf{k},n}+\hbar\omega)+\delta(E_{\textbf{k},n'}-
184 \frac{\hat{\textbf{M}}_{\alpha,\beta}}{E_{\textbf{k},n'}-E_{\textbf{k},n}}...
201 \frac{\hat{\textbf{M}}_{\alpha,\beta}}{E_{\textbf{k},n'}-E_{\textbf{k},n}}...
[all …]

12345678910>>...85