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 c49e8ae commit 100182eCopy full SHA for 100182e
1 file changed
test/unit/math/rev/fun/eigenvalues_sym_test.cpp
@@ -17,7 +17,7 @@ TEST(AgradRev, eigenvaluesSymLogDet) {
17
stan::math::matrix_d a_inv = stan::math::inverse(a);
18
19
stan::math::matrix_v a_v(a);
20
- auto w = eigenvalues_sym(a_v);
+ stan::math::matrix_v w = eigenvalues_sym(a_v);
21
auto logdet = stan::math::sum(stan::math::log(w));
22
23
stan::math::set_zero_all_adjoints();
0 commit comments