Skip to content

Commit 51ac4c6

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent c64bace commit 51ac4c6

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

stan/math/prim/constraint/sum_to_zero_constrain.hpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ namespace math {
2525
*
2626
* This implementation is closer to the description of the same using "pivot
2727
* coordinates" in
28-
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of Compositional Data.
29-
* In: Applied Compositional Data Analysis. Springer Series in Statistics.
30-
* Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
28+
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of
29+
* Compositional Data. In: Applied Compositional Data Analysis. Springer Series
30+
* in Statistics. Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
3131
*
3232
* This is a linear transform, with no Jacobian.
3333
*
@@ -74,9 +74,9 @@ inline plain_type_t<Vec> sum_to_zero_constrain(const Vec& y) {
7474
*
7575
* This implementation is closer to the description of the same using "pivot
7676
* coordinates" in
77-
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of Compositional Data.
78-
* In: Applied Compositional Data Analysis. Springer Series in Statistics.
79-
* Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
77+
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of
78+
* Compositional Data. In: Applied Compositional Data Analysis. Springer Series
79+
* in Statistics. Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
8080
*
8181
* This is a linear transform, with no Jacobian.
8282
*
@@ -106,9 +106,9 @@ inline plain_type_t<Vec> sum_to_zero_constrain(const Vec& y,
106106
*
107107
* This implementation is closer to the description of the same using "pivot
108108
* coordinates" in
109-
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of Compositional Data.
110-
* In: Applied Compositional Data Analysis. Springer Series in Statistics.
111-
* Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
109+
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of
110+
* Compositional Data. In: Applied Compositional Data Analysis. Springer Series
111+
* in Statistics. Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
112112
*
113113
* This is a linear transform, with no Jacobian.
114114
*
@@ -140,9 +140,9 @@ inline plain_type_t<Vec> sum_to_zero_constrain(const Vec& y,
140140
*
141141
* This implementation is closer to the description of the same using "pivot
142142
* coordinates" in
143-
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of Compositional Data.
144-
* In: Applied Compositional Data Analysis. Springer Series in Statistics.
145-
* Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
143+
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of
144+
* Compositional Data. In: Applied Compositional Data Analysis. Springer Series
145+
* in Statistics. Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
146146
*
147147
* This is a linear transform, with no Jacobian.
148148
*

stan/math/prim/constraint/sum_to_zero_free.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ namespace math {
2525
*
2626
* This implementation is closer to the description of the same using "pivot
2727
* coordinates" in
28-
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of Compositional Data.
29-
* In: Applied Compositional Data Analysis. Springer Series in Statistics.
30-
* Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
28+
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of
29+
* Compositional Data. In: Applied Compositional Data Analysis. Springer Series
30+
* in Statistics. Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
3131
*
3232
* @tparam ColVec a column vector type
3333
* @param z Vector of length K.

stan/math/rev/constraint/sum_to_zero_constrain.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ namespace math {
2828
*
2929
* This implementation is closer to the description of the same using "pivot
3030
* coordinates" in
31-
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of Compositional Data.
32-
* In: Applied Compositional Data Analysis. Springer Series in Statistics.
33-
* Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
31+
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of
32+
* Compositional Data. In: Applied Compositional Data Analysis. Springer Series
33+
* in Statistics. Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
3434
*
3535
* This is a linear transform, with no Jacobian.
3636
*
@@ -83,9 +83,9 @@ inline auto sum_to_zero_constrain(const T& y) {
8383
*
8484
* This implementation is closer to the description of the same using "pivot
8585
* coordinates" in
86-
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of Compositional Data.
87-
* In: Applied Compositional Data Analysis. Springer Series in Statistics.
88-
* Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
86+
* Filzmoser, P., Hron, K., Templ, M. (2018). Geometrical Properties of
87+
* Compositional Data. In: Applied Compositional Data Analysis. Springer Series
88+
* in Statistics. Springer, Cham. https://doi.org/10.1007/978-3-319-96422-5_3
8989
*
9090
* This is a linear transform, with no Jacobian.
9191
*

0 commit comments

Comments
 (0)