mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add unit tests
This commit is contained in:
@@ -163,9 +163,9 @@ inline std::string get_matrixfolder()
|
||||
{
|
||||
std::string mat_folder = TEST_REAL_CASES;
|
||||
if( internal::is_same<Scalar, std::complex<float> >::value || internal::is_same<Scalar, std::complex<double> >::value )
|
||||
mat_folder = mat_folder + static_cast<string>("/complex/");
|
||||
mat_folder = mat_folder + static_cast<std::string>("/complex/");
|
||||
else
|
||||
mat_folder = mat_folder + static_cast<string>("/real/");
|
||||
mat_folder = mat_folder + static_cast<std::string>("/real/");
|
||||
return mat_folder;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user