Skip to content

Commit b92cf29

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent cb7f44d commit b92cf29

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

stan/math/prim/fun/inv_logit.hpp

+5-3
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ inline auto inv_logit(Container&& x) {
9090
}
9191

9292
/**
93-
* Vectorized version of inv_logit() for containers with arithmetic scalar types.
93+
* Vectorized version of inv_logit() for containers with arithmetic scalar
94+
* types.
9495
*
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.
96+
* @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.
9799
* @param x Eigen expression
98100
* @return Inverse logit applied to each value in x.
99101
*/

0 commit comments

Comments
 (0)