Home
last modified time | relevance | path

Searched refs:m_beta (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/numeric/odeint/examples/2d_lattice/
Dlattice2d.hpp25 const double m_beta; member
29 : m_beta( beta ) in lattice2d()
48 - m_beta * pow<Lambda-1>( q[i][j] - q[i][j_l] ) in operator ()()
49 - m_beta * pow<Lambda-1>( q[i][j] - q[i][j_r] ) in operator ()()
50 - m_beta * pow<Lambda-1>( q[i][j] - q[i_l][j] ) in operator ()()
51 - m_beta * pow<Lambda-1>( q[i][j] - q[i_r][j] ); in operator ()()
73 + m_beta * pow<Lambda>( q[i][j] - q[i][j_l] ) / Lambda / 2 in energy()
74 + m_beta * pow<Lambda>( q[i][j] - q[i][j_r] ) / Lambda / 2 in energy()
75 + m_beta * pow<Lambda>( q[i][j] - q[i_l][j] ) / Lambda / 2 in energy()
76 + m_beta * pow<Lambda>( q[i][j] - q[i_r][j] ) / Lambda / 2; in energy()
[all …]
/third_party/boost/libs/numeric/odeint/examples/
Dfpu.cpp34 const double m_beta; member
36 fpu( const double beta = 1.0 ) : m_beta( beta ) { } in fpu()
43 double tmp2 = tmp + m_beta * tmp * tmp * tmp; in operator ()()
48 tmp2 = tmp + m_beta * tmp * tmp * tmp; in operator ()()
53 tmp2 = tmp + m_beta * tmp * tmp * tmp; in operator ()()
66 energy += 0.5 * tmp * tmp + 0.25 * m_beta * tmp * tmp * tmp * tmp; in energy()
70 energy += 0.5 * ( p[i] * p[i] + tmp * tmp ) + 0.25 * m_beta * tmp * tmp * tmp * tmp; in energy()
74 energy += 0.5 * tmp * tmp + 0.25 * m_beta * tmp * tmp * tmp * tmp; in energy()
87 double tmp2 = 0.5 * tmp * tmp + 0.25 * m_beta * tmp * tmp * tmp * tmp; in local_energy()
92 tmp2 = 0.25 * tmp * tmp + 0.125 * m_beta * tmp * tmp * tmp * tmp; in local_energy()
[all …]
Dresizing_lattice.cpp34 const double m_beta; member
39 : m_max_N( max_N ) , m_beta( beta ) , m_pot_start_index( pot_start_index ) , m_pot( max_N ) in compacton_lattice()
58 m_beta * diff*diff*diff; in operator ()()
60 dpdt[i] += m_beta * diff*diff*diff; in operator ()()
74 + m_beta/4.0 * diff*diff*diff*diff; in energy_distribution()
94 + m_beta/4.0 * diff*diff*diff*diff; in energy()
/third_party/boost/boost/math/interpolators/detail/
Dcubic_b_spline_detail.hpp38 std::vector<Real> m_beta; member in boost::math::detail::cubic_b_spline_imp
169 m_beta.resize(length + 2, std::numeric_limits<Real>::quiet_NaN()); in cubic_b_spline_imp()
255 m_beta[rhs.size() - 1] = rhs[rhs.size() - 1]/final_diag; in cubic_b_spline_imp()
258 m_beta[i] = rhs[i] - super_diagonal[i]*m_beta[i + 1]; in cubic_b_spline_imp()
260 m_beta[0] = m_beta[2] + rhs[0]; in cubic_b_spline_imp()
277 …size_t k_max = (size_t) (max)((min)(static_cast<long>(m_beta.size() - 1), boost::math::ltrunc(floo… in operator ()()
280 z += m_beta[k]*b3_spline(t - k); in operator ()()
298 …size_t k_max = (size_t) (min)(static_cast<long>(m_beta.size() - 1), boost::math::ltrunc(floor(t + … in prime()
302 z += m_beta[k]*b3_spline_prime(t - k); in prime()
319 …size_t k_max = (size_t) (min)(static_cast<long>(m_beta.size() - 1), boost::math::ltrunc(floor(t + … in double_prime()
[all …]
Dcardinal_cubic_b_spline_detail.hpp38 std::vector<Real> m_beta; member in boost::math::interpolators::detail::cardinal_cubic_b_spline_imp
169 m_beta.resize(length + 2, std::numeric_limits<Real>::quiet_NaN()); in cardinal_cubic_b_spline_imp()
255 m_beta[rhs.size() - 1] = rhs[rhs.size() - 1]/final_diag; in cardinal_cubic_b_spline_imp()
258 m_beta[i] = rhs[i] - super_diagonal[i]*m_beta[i + 1]; in cardinal_cubic_b_spline_imp()
260 m_beta[0] = m_beta[2] + rhs[0]; in cardinal_cubic_b_spline_imp()
277 …size_t k_max = (size_t) (max)((min)(static_cast<long>(m_beta.size() - 1), boost::math::ltrunc(floo… in operator ()()
281 z += m_beta[k]*b3_spline(t - k); in operator ()()
299 …size_t k_max = (size_t) (min)(static_cast<long>(m_beta.size() - 1), boost::math::ltrunc(floor(t + … in prime()
303 z += m_beta[k]*b3_spline_prime(t - k); in prime()
320 …size_t k_max = (size_t) (min)(static_cast<long>(m_beta.size() - 1), boost::math::ltrunc(floor(t + … in double_prime()
[all …]
/third_party/boost/libs/numeric/odeint/examples/thrust/
Dlorenz_parameters.cu67 : m_N( N ) , m_beta( beta ) { } in lorenz_system()
77 m_beta.begin() , in operator ()()
85 m_beta.begin() , in operator ()()
92 const state_type &m_beta; member
121 : m_N( N ) , m_beta( beta ) { } in lorenz_perturbation_system()
135 m_beta.begin() , in operator ()()
152 m_beta.begin() , in operator ()()
165 const state_type &m_beta; member
/third_party/boost/boost/math/distributions/
Dbeta.hpp159 … beta_distribution(RealType l_alpha = 1, RealType l_beta = 1) : m_alpha(l_alpha), m_beta(l_beta) in beta_distribution()
165 m_beta, in beta_distribution()
175 return m_beta; in beta()
272 RealType m_beta; member in boost::math::beta_distribution
/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp65 m_beta = 0.5; in MotionCells()
226 blendImages (p_frame, transparencyimg, m_alpha, m_beta); in performDetectionMotionCells()
283 blendImages (p_frame, transparencyimg, m_alpha, m_beta); in performDetectionMotionCells()
DMotionCells.h249 double m_alpha, m_beta; variable