Skip to content

Commit 72af837

Browse files
committed
addressed remaining comments
1 parent cbdd188 commit 72af837

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/prim/fun/scale_matrix_exp_multiply.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ scale_matrix_exp_multiply(const double& t, const EigMat1& A, const EigMat2& B) {
5050
* @param[in] A Matrix
5151
* @param[in] B Matrix
5252
* @param[in] t double
53-
* @return exponential of At multiplies B
53+
* @return exponential of At multiplied by B
5454
*/
5555
template <typename Tt, typename EigMat1, typename EigMat2,
5656
require_all_eigen_t<EigMat1, EigMat2>* = nullptr,

stan/math/prim/fun/simplex_constrain.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ auto simplex_constrain(const ColVec& y) {
5252
* The simplex transform is defined through a centered
5353
* stick-breaking process.
5454
*
55-
* @tparam T type of the vector
55+
* @tparam ColVec type of the vector
5656
* @param y Free vector input of dimensionality K - 1.
5757
* @param lp Log probability reference to increment.
5858
* @return Simplex of dimensionality K.

0 commit comments

Comments
 (0)