summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/bdcsvd.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-11-12 06:42:35 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-11-12 06:42:35 +0100
commit407b6208604d2822b1067ac64949e78a9167572b (patch)
tree8e4371deef2804e77e2fe6e17158be2536de28da /eigen/test/bdcsvd.cpp
parentca2e0fcdcfff03747500344e2522ff330ccafa14 (diff)
eigen update
Diffstat (limited to 'eigen/test/bdcsvd.cpp')
-rw-r--r--eigen/test/bdcsvd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/eigen/test/bdcsvd.cpp b/eigen/test/bdcsvd.cpp
index f9f687a..6c7b096 100644
--- a/eigen/test/bdcsvd.cpp
+++ b/eigen/test/bdcsvd.cpp
@@ -104,7 +104,8 @@ void test_bdcsvd()
CALL_SUBTEST_7( BDCSVD<MatrixXf>(10,10) );
// Check that preallocation avoids subsequent mallocs
- CALL_SUBTEST_9( svd_preallocate<void>() );
+ // Disbaled because not supported by BDCSVD
+ // CALL_SUBTEST_9( svd_preallocate<void>() );
CALL_SUBTEST_2( svd_underoverflow<void>() );
}