Home
last modified time | relevance | path

Searched refs:coef_type (Results 1 – 25 of 43) sorted by relevance

12

/dports/math/amgcl/amgcl-1.4.2/amgcl/solver/
H A Dbicgstabl.hpp101 >::return_type coef_type; typedef in amgcl::solver::bicgstabl
217 static const coef_type one = math::identity<coef_type>(); in operator ()()
218 static const coef_type zero = math::zero<coef_type>(); in operator ()()
246 coef_type alpha = zero; in operator ()()
247 coef_type rho0 = one; in operator ()()
248 coef_type omega = one; in operator ()()
334 coef_type dot0 = zero; in operator ()()
335 coef_type dot1 = zero; in operator ()()
336 coef_type dotA = zero; in operator ()()
338 coef_type s0 = zero; in operator ()()
[all …]
H A Dcg.hpp79 >::return_type coef_type; typedef in amgcl::solver::cg
156 static const coef_type one = math::identity<coef_type>(); in operator ()()
157 static const coef_type zero = math::zero<coef_type>(); in operator ()()
173 coef_type rho1 = 2 * eps * one; in operator ()()
174 coef_type rho2 = zero; in operator ()()
193 coef_type alpha = rho1 / inner_product(*q, *p); in operator ()()
H A Dbicgstab.hpp68 >::return_type coef_type; typedef in amgcl::solver::bicgstab
163 static const coef_type one = math::identity<coef_type>(); in operator ()()
164 static const coef_type zero = math::zero<coef_type>(); in operator ()()
189 coef_type rho1 = zero; in operator ()()
190 coef_type rho2 = zero; in operator ()()
191 coef_type alpha = zero; in operator ()()
192 coef_type omega = zero; in operator ()()
205 coef_type beta = (rho1 * alpha) / (rho2 * omega); in operator ()()
H A Didrs.hpp83 >::return_type coef_type; typedef in amgcl::solver::idrs
231 coef_type alpha = inner_product(*P[k], *P[j]); in idrs()
292 coef_type om = math::identity<coef_type>(); in operator ()()
336 coef_type alpha = inner_product(*G[k], *P[i]) / M(i, i); in operator ()()
349 coef_type beta = math::inverse(M(k, k)) * f[k]; in operator ()()
431 b += M.size() * sizeof(coef_type); in bytes()
463 mutable multi_array<coef_type,2> M;
464 mutable std::vector<coef_type> f, c;
479 coef_type omega(const Vector1 &t, const Vector2 &s) const { in omega()
483 coef_type ts = inner_product(t, s); in omega()
[all …]
H A Dlgmres.hpp104 typedef typename math::inner_product_impl<rhs_type>::return_type coef_type; typedef in amgcl::solver::lgmres
398 b += H.size() * sizeof(coef_type); in bytes()
399 b += H0.size() * sizeof(coef_type); in bytes()
424 mutable multi_array<coef_type, 2> H, H0;
425 mutable std::vector<coef_type> s, cs, sn;
H A Drichardson.hpp68 >::return_type coef_type; typedef in amgcl::solver::richardson
149 static const coef_type one = math::identity<coef_type>(); in operator ()()
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type;
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr…
176 const coef_type& coef_a( void ) const { return m_coef_a; }
179 const coef_type& coef_b( void ) const { return m_coef_b; }
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type;
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr…
176 const coef_type& coef_a( void ) const { return m_coef_a; }
179 const coef_type& coef_b( void ) const { return m_coef_b; } in do_step_impl2()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/numeric/odeint/stepper/base/
H A Dsymplectic_rkn_stepper_base.hpp89 typedef boost::array< value_type , num_of_stages > coef_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base
91 …symplectic_nystroem_stepper_base( const coef_type &coef_a , const coef_type &coef_b , const algebr… in symplectic_nystroem_stepper_base()
176 const coef_type& coef_a( void ) const { return m_coef_a; } in coef_a()
179 const coef_type& coef_b( void ) const { return m_coef_b; } in coef_b()
296 const coef_type m_coef_a;
297 const coef_type m_coef_b;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/python/python_src/PyDakota/models/
H A Dgenz.py117 def set_coefficients( self, c_factor, coef_type, w_factor = 0., seed=0 ): argument
121 self.name += '-' + coef_type
123 if ( coef_type == "no-decay" ):
131 elif ( coef_type == "quadratic-decay" ):
139 elif ( coef_type == "quartic-decay" ):
147 elif ( coef_type == "squared-exponential-decay" ):
155 elif ( coef_type == "exponential-decay" ):
164 elif (coef_type=='random'):
/dports/math/amgcl/amgcl-1.4.2/amgcl/mpi/
H A Dinner_product.hpp55 typedef typename math::inner_product_impl<value_type>::return_type coef_type; in operator ()() typedef
58 coef_type sum = comm.reduce(MPI_SUM, backend::inner_product(x, y)); in operator ()()

12