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 0258fca commit 88eaa7cCopy full SHA for 88eaa7c
1 file changed
stan/math/prim/fun/inv_logit.hpp
@@ -75,9 +75,9 @@ struct inv_logit_fun {
75
76
77
/**
78
- * Vectorized version of inv_logit() for Eigen types with arithmetic value type.
+ * Vectorized version of inv_logit() for Eigen types.
79
*
80
- * @tparam T type of Eigen expression
+ * @tparam T A type inheriting from `Eigen::DenseBase` that does not have a `var` scalar type.
81
* @param x Eigen expression
82
* @return Inverse logit applied to each value in x.
83
*/
0 commit comments