Home
last modified time | relevance | path

Searched refs:apply_t (Results 1 – 25 of 46) sorted by relevance

12

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/lapack/test/
H A Dublas_ptsv.cpp67 typedef typename boost::mpl::if_<boost::is_complex<T>, apply_complex, apply_real>::type apply_t; in do_value_type() typedef
98 if(apply_t::pttrs('U', d, e, x)) return -2 ; in do_value_type()
103 if(apply_t::pttrs('L', d, e, x)) return -3 ; in do_value_type()
H A Dublas_gees.cpp125 typedef typename boost::mpl::if_<boost::is_complex<T>, apply_complex, apply_real>::type apply_t; in do_memory_type() typedef
144 apply_t::gees('V', 'S', select, a, sdim_info, e1, z, workspace) ; in do_memory_type()
151 apply_t::gees('N', 'S', select, a2, sdim_info, e2, z_dummy, workspace) ; in do_memory_type()
/dports/devel/boost-docs/boost_1_72_0/boost/hana/functional/
H A Dapply.hpp44 struct apply_t {
81 constexpr apply_t apply{};
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/functional/
H A Dapply.hpp44 struct apply_t {
81 constexpr apply_t apply{};
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/functional/
H A Dapply.hpp44 struct apply_t {
81 constexpr apply_t apply{};
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/functional/
H A Dapply.hpp44 struct apply_t {
81 constexpr apply_t apply{};
/dports/devel/boost-libs/boost_1_72_0/boost/hana/functional/
H A Dapply.hpp44 struct apply_t {
81 constexpr apply_t apply{};
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/functional/
H A Dapply.hpp44 struct apply_t {
81 constexpr apply_t apply{};
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/functional/
H A Dapply.hpp44 struct apply_t {
81 constexpr apply_t apply{};
/dports/devel/hyperscan/boost_1_75_0/boost/hana/functional/
H A Dapply.hpp44 struct apply_t {
81 constexpr apply_t apply{};
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/
H A Dpiolatransformation.hh84 FieldVector< F, dimRange > apply_t ( const FieldVector< F, dimRange > &d ) const in apply_t() function in Dune::Fem::PiolaTransformation
120 …FieldMatrix< F, dimRange, dimDomain > apply_t ( const FieldMatrix< F, dimRange, dimDomain > &d ) c… in apply_t() function in Dune::Fem::PiolaTransformation
186 FieldVector< F, dimRange > apply_t ( const FieldVector< F, dimRange > &d ) const in apply_t() function in Dune::Fem::InversePiolaTransformation
222 …FieldMatrix< F, dimRange, dimDomain > apply_t ( const FieldMatrix< F, dimRange, dimDomain > &d ) c… in apply_t() function in Dune::Fem::InversePiolaTransformation
H A Dtransformed.hh140 RangeType factor = transformation( coordinate( x ) ).apply_t( valueFactor ); in axpy()
158 tmpJacobianFactor = transformation( coordinate( x ) ).apply_t( tmpJacobianFactor ); in axpy()
/dports/lang/gnustep-base/libs-base-base-1_27_0/config/
H A Dconfig.builtin_apply.c8 typedef void(*apply_t)(void); /* function pointer */ typedef
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/objc/
H A Dobjc.h152 typedef void(*apply_t)(void); /* function pointer */ typedef
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/objc/
H A Dobjc.h152 typedef void(*apply_t)(void); /* function pointer */ typedef
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/simulators/matrix_product_state/
H A Dmatrix_product_state_internal.hpp102 void apply_t(uint_t index){q_reg_[index].apply_t();} in apply_t() function in AER::MatrixProductState::MPS
H A Dmatrix_product_state_tensor.hpp120 void apply_t();
281 void MPS_Tensor::apply_t() in apply_t() function in AER::MatrixProductState::MPS_Tensor
H A Dmatrix_product_state.hpp594 qreg_.apply_t(op.qubits[0]); in apply_gate()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/simulators/extended_stabilizer/
H A Dch_runner.hpp113 void apply_t(uint_t qubit, double r, int rank);
272 void Runner::apply_t(uint_t qubit, double r, int rank) in apply_t() function in CHSimulator::Runner
H A Dextended_stabilizer_state.hpp615 BaseState::qreg_.apply_t(op.qubits[0], rng.rand(), rank); in apply_gate()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dsendmsg.c266 return __builtin_apply ((apply_t) m->method_imp, in objc_msg_sendv()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dsendmsg.c266 return __builtin_apply ((apply_t) m->method_imp, in objc_msg_sendv()
/dports/math/oink/oink-c1259fe/src/
H A Dprintf.hpp648 using apply_t = decltype(&apply<0, Tuple, Function>); in apply() typedef
649 static const apply_t apply_functions[] = {&apply<Is, Tuple, Function>...}; in apply()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/drawing/
H A Dimage.py1433 def apply_t(self, image, t, evaluation): member in Binarize
/dports/lang/gcc8/gcc-8.5.0/libobjc/
H A DChangeLog937 * objc/message.h: Do not define retval_t, apply_t, arglist,
1875 * objc/message.h: New file. Definitions for relval_t, apply_t,

12