Skip to content

Commit 88eaa7c

Browse files
committed
docs
1 parent 0258fca commit 88eaa7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/prim/fun/inv_logit.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ struct inv_logit_fun {
7575

7676

7777
/**
78-
* Vectorized version of inv_logit() for Eigen types with arithmetic value type.
78+
* Vectorized version of inv_logit() for Eigen types.
7979
*
80-
* @tparam T type of Eigen expression
80+
* @tparam T A type inheriting from `Eigen::DenseBase` that does not have a `var` scalar type.
8181
* @param x Eigen expression
8282
* @return Inverse logit applied to each value in x.
8383
*/

0 commit comments

Comments
 (0)