Home
last modified time | relevance | path

Searched refs:ElemType (Results 251 – 275 of 2199) sorted by relevance

1...<<11121314151617181920>>...88

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/flyweight/
H A Dflyweight_fwd.hpp139 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
143 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
144 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
148 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
152 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
153 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/problems/
H A Dschaffer_function_n1.hpp53 typedef typename MatType::elem_type ElemType; in Evaluate() typedef
55 arma::Col<ElemType> objectives(numObjectives); in Evaluate()
67 typedef typename MatType::elem_type ElemType; in GetInitialPoint() typedef
69 return arma::Col<ElemType>(numVariables, 1, arma::fill::zeros); in GetInitialPoint()
H A Dfonseca_fleming_function.hpp54 typedef typename MatType::elem_type ElemType; in Evaluate() typedef
56 arma::Col<ElemType> objectives(numObjectives); in Evaluate()
68 typedef typename MatType::elem_type ElemType; in GetInitialPoint() typedef
70 return arma::Col<ElemType>(numVariables, 1, arma::fill::zeros); in GetInitialPoint()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/loader/
H A DScriptPreloader-inl.h185 using ElemType = typename T::UserDataType; variable
188 Matcher<ElemType>* matcher_;
192 explicit HashElemIter(T& hash, Matcher<ElemType>* matcher = nullptr)
221 ElemType get() { in get()
228 const ElemType get() const { return const_cast<Elem*>(this)->get(); } in get()
230 ElemType operator->() { return get(); }
232 const ElemType operator->() const { return get(); }
234 operator ElemType() { return get(); } in ElemType() function
/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dfe_lagrange_vec.C51 const ElemType type = elem->type(); in lagrange_vec_nodal_soln()
545 template <> RealGradient FE<0,LAGRANGE_VEC>::shape(const ElemType type, const Order order, in shape()
551 template <> RealGradient FE<0,LAGRANGE_VEC>::shape_deriv(const ElemType type, const Order order, in shape_deriv()
561 template <> RealGradient FE<0,LAGRANGE_VEC>::shape_second_deriv(const ElemType type, const Order or… in shape_second_deriv()
571 template <> RealGradient FE<1,LAGRANGE_VEC>::shape(const ElemType type, const Order order, in shape()
577 template <> RealGradient FE<1,LAGRANGE_VEC>::shape_deriv(const ElemType type, const Order order, in shape_deriv()
585 template <> RealGradient FE<1,LAGRANGE_VEC>::shape_second_deriv(const ElemType type, const Order or… in shape_second_deriv()
596 template <> RealGradient FE<2,LAGRANGE_VEC>::shape(const ElemType type, const Order order, in shape()
616 template <> RealGradient FE<2,LAGRANGE_VEC>::shape_deriv(const ElemType type, const Order order, in shape_deriv()
665 template <> RealGradient FE<3,LAGRANGE_VEC>::shape(const ElemType type, const Order order, in shape()
[all …]
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/nsga2/
H A Dnsga2_impl.hpp80 typedef typename MatType::elem_type ElemType; in Optimize() typedef
119 std::vector<ElemType> crowdingDistance; in Optimize()
157 arma::Col<ElemType>(numObjectives, arma::fill::zeros)); in Optimize()
228 ElemType performance = std::numeric_limits<ElemType>::max(); in Optimize()
431 typedef typename MatType::elem_type ElemType; in CrowdingDistanceAssignment() typedef
440 arma::Col<ElemType> fValues(fSize); in CrowdingDistanceAssignment()
455 std::numeric_limits<ElemType>::max(); in CrowdingDistanceAssignment()
457 std::numeric_limits<ElemType>::max(); in CrowdingDistanceAssignment()
458 ElemType minFval = fValues(sortedIdx(0)); in CrowdingDistanceAssignment()
459 ElemType maxFval = fValues(sortedIdx(fSize - 1)); in CrowdingDistanceAssignment()
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/ann/rbm/
H A Dspike_slab_rbm_impl.hpp45 weight = arma::Cube<ElemType>(parameter.memptr(), visibleSize, poolSize, in Reset()
71 const arma::Mat<ElemType>& input) in FreeEnergy()
73 ElemType freeEnergy = 0.5 * visiblePenalty(0) * arma::dot(input, input); in FreeEnergy()
80 ElemType sum = arma::accu(arma::square(input.t() * weight.slice(i))) / in FreeEnergy()
99 arma::Cube<ElemType> weightGrad = arma::Cube<ElemType> in Phase()
129 const arma::Mat<ElemType>& input, in SampleHidden()
130 arma::Mat<ElemType>& output) in SampleHidden()
152 arma::Mat<ElemType>& input, in SampleVisible()
153 arma::Mat<ElemType>& output) in SampleVisible()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dvantage_point_tree_test.cpp135 typedef typename TreeType::ElemType ElemType; in CheckBound() typedef
141 ElemType dist = tree.Bound().Metric().Evaluate(tree.Bound().Center(), in CheckBound()
143 ElemType hollowDist = tree.Bound().Metric().Evaluate( in CheckBound()
148 (1.0 + 10.0 * std::numeric_limits<ElemType>::epsilon())); in CheckBound()
151 (1.0 + 10.0 * std::numeric_limits<ElemType>::epsilon())); in CheckBound()
159 ElemType dist = tree.Bound().Metric().Evaluate(tree.Bound().Center(), in CheckBound()
161 ElemType hollowDist = tree.Bound().Metric().Evaluate( in CheckBound()
166 (1.0 + 10.0 * std::numeric_limits<ElemType>::epsilon())); in CheckBound()
169 (1.0 + 10.0 * std::numeric_limits<ElemType>::epsilon())); in CheckBound()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/devel/R-cran-BH/BH/inst/include/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/flyweight/
H A Dflyweight_fwd.hpp144 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
148 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
149 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
153 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
157 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
158 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/databases/xtrabackup/boost_1_59_0/boost/flyweight/
H A Dflyweight_fwd.hpp144 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
148 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
149 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
153 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
157 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
158 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/databases/percona57-server/boost_1_59_0/boost/flyweight/
H A Dflyweight_fwd.hpp144 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
148 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
149 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
153 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
157 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
158 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/databases/percona57-client/boost_1_59_0/boost/flyweight/
H A Dflyweight_fwd.hpp144 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
148 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
149 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
153 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
157 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
158 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/devel/boost-libs/boost_1_72_0/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/devel/boost-python-libs/boost_1_72_0/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/flyweight/
H A Dflyweight_fwd.hpp144 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
148 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
149 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
153 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
157 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
158 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/flyweight/
H A Dflyweight_fwd.hpp144 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
148 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
149 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
153 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
157 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
158 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/devel/hyperscan/boost_1_75_0/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/devel/boost-docs/boost_1_72_0/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/flyweight/
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,

1...<<11121314151617181920>>...88