We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc6c81 commit 754547cCopy full SHA for 754547c
stan/math/fwd/fun/tcrossprod.hpp
@@ -21,7 +21,7 @@ tcrossprod(const EigMat& m) {
21
auto ret = multiply(m_ref, m_ref.transpose());
22
if constexpr (is_stan_scalar<decltype(ret)>::value) {
23
return Eigen::Matrix<value_type_t<EigMat>, EigMat::RowsAtCompileTime,
24
- EigMat::RowsAtCompileTime>{{ret}};
+ EigMat::RowsAtCompileTime>{{ret}};
25
} else {
26
return ret;
27
}
0 commit comments