Home
last modified time | relevance | path

Searched defs:promote_elements (Results 1 – 4 of 4) sorted by relevance

/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dpromote_elements.hpp21 struct promote_elements { struct
28 inline static T promote(const S& u) { return u; } in promote()
39 struct promote_elements<T, T> { struct
46 inline static const T& promote(const T& u) { return u; } in promote()
59 struct promote_elements<std::vector<T>, std::vector<S> > { struct
66 inline static std::vector<T> promote(const std::vector<S>& u) { in promote()
84 struct promote_elements<std::vector<T>, std::vector<T> > { struct
91 inline static const std::vector<T>& promote(const std::vector<T>& u) { in promote()
108 struct promote_elements<Eigen::Matrix<T, R, C>, Eigen::Matrix<S, R, C> > { struct
115 inline static Eigen::Matrix<T, R, C> promote( in promote()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/fun/
H A Dpromote_elements.hpp16 struct promote_elements { struct
23 inline static T promote(const S& u) { return u; } in promote()
34 struct promote_elements<T, T> { struct
41 inline static const T& promote(const T& u) { return u; } in promote()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/fun/
H A Dpromote_elements.hpp20 struct promote_elements<Eigen::Matrix<T, R, C>, Eigen::Matrix<S, R, C> > { struct
27 inline static Eigen::Matrix<T, R, C> promote( in promote()
44 struct promote_elements<Eigen::Matrix<T, R, C>, Eigen::Matrix<T, R, C> > { struct
51 inline static const Eigen::Matrix<T, R, C>& promote( in promote()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/arr/fun/
H A Dpromote_elements.hpp21 struct promote_elements<std::vector<T>, std::vector<S> > { struct
28 inline static std::vector<T> promote(const std::vector<S>& u) { in promote()
45 struct promote_elements<std::vector<T>, std::vector<T> > { struct
52 inline static const std::vector<T>& promote(const std::vector<T>& u) { in promote()