update testsuite script

This commit is contained in:
Gael Guennebaud
2009-01-12 11:55:52 +00:00
parent f268e79709
commit 2db5888253
2 changed files with 66 additions and 43 deletions

View File

@@ -39,7 +39,7 @@ template<typename MatrixType> void adjoint(const MatrixType& m)
RealScalar largerEps = test_precision<RealScalar>();
if (ei_is_same_type<RealScalar,float>::ret)
largerEps = 1e-3f;
largerEps = RealScalar(1e-3f);
MatrixType m1 = MatrixType::Random(rows, cols),
m2 = MatrixType::Random(rows, cols),