Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Dec 1, 2023
1 parent 9d1c773 commit 204cce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stan/math/prim/prob/multi_normal_lpdf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ return_type_t<T_y, T_loc, T_covar> multi_normal_lpdf(const T_y& y,
partials<2>(ops_partials) += -0.5 * size_vec * inv_Sigma;

for (size_t i = 0; i < size_vec; i++) {
partials_vec<2>(ops_partials)[i] += 0.5 * half.col(i) * half.transpose().row(i);
partials_vec<2>(ops_partials)[i]
+= 0.5 * half.col(i) * half.transpose().row(i);
}
}

Expand Down

0 comments on commit 204cce8

Please sign in to comment.