We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3365c2 commit 1ef4abdCopy full SHA for 1ef4abd
1 file changed
stan/math/prim/functor/operands_and_partials.hpp
@@ -55,6 +55,7 @@ class ops_partials_edge;
55
*/
56
template <typename ViewElt, typename Op>
57
class ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
58
+ public:
59
using inner_op = std::conditional_t<is_eigen<value_type_t<Op>>::value,
60
value_type_t<Op>, Op>;
61
using partials_t = empty_broadcast_array<ViewElt, inner_op>;
0 commit comments