Fixed include in bdcsvd.cpp

This commit is contained in:
Christoph Hertzberg 2014-10-29 17:46:33 +01:00
parent 21c0a2ce0c
commit acecb7b09f

View File

@ -22,7 +22,7 @@
#define SVD_DEFAULT(M) BDCSVD<M>
#define SVD_FOR_MIN_NORM(M) BDCSVD<M>
#include "../../test/svd_common.h"
#include "svd_common.h"
// Check all variants of JacobiSVD
template<typename MatrixType>