We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7f44d commit b92cf29Copy full SHA for b92cf29
stan/math/prim/fun/inv_logit.hpp
@@ -90,10 +90,12 @@ inline auto inv_logit(Container&& x) {
90
}
91
92
/**
93
- * Vectorized version of inv_logit() for containers with arithmetic scalar types.
+ * Vectorized version of inv_logit() for containers with arithmetic scalar
94
+ * types.
95
*
- * @tparam T A type of either `std::vector` or a type that directly inherits from `Eigen::DenseBase`.
96
- * The inner scalar type must not have an auto diff scalar type.
+ * @tparam T A type of either `std::vector` or a type that directly inherits
97
+ * from `Eigen::DenseBase`. The inner scalar type must not have an auto diff
98
+ * scalar type.
99
* @param x Eigen expression
100
* @return Inverse logit applied to each value in x.
101
*/
0 commit comments