We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3aa69c commit 865b86bCopy full SHA for 865b86b
test/test_autodiff_9.cpp
@@ -5,6 +5,8 @@
5
6
BOOST_AUTO_TEST_SUITE(test_autodiff_9)
7
8
+using boost::math::differentiation::autodiff_v1::detail::fvar;
9
+
10
BOOST_AUTO_TEST_CASE_TEMPLATE(eigen_init, T, all_float_types) {
11
constexpr int size = 5;
12
0 commit comments