aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2021-02-19 20:51:35 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2021-02-19 20:51:35 +0100
commitce4af0b38f5b71c327689f8bbb37e3a0da3b8927 (patch)
tree7acde68b6afa815d78ec7fe8dc1a71efcfb6fd12 /test
parenta7749c09bcf053ab781186f4da741eff93f201ca (diff)
Missing change regarding #1910
Diffstat (limited to 'test')
-rw-r--r--test/boostmultiprec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boostmultiprec.cpp b/test/boostmultiprec.cpp
index 50ef173cf..7c79ded23 100644
--- a/test/boostmultiprec.cpp
+++ b/test/boostmultiprec.cpp
@@ -204,5 +204,5 @@ EIGEN_DECLARE_TEST(boostmultiprec)
CALL_SUBTEST_9(( jacobisvd(Mat(internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE), internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/2))) ));
CALL_SUBTEST_10(( bdcsvd(Mat(internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE), internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/2))) ));
- CALL_SUBTEST_11(( test_simplicial_cholesky_T<Real,int>() ));
+ CALL_SUBTEST_11(( test_simplicial_cholesky_T<Real,int,ColMajor>() ));
}