Add a packetmath unit test, re-enable the comma-initializer unit test,

and bug fix in PacketMath/SSE
This commit is contained in:
Gael Guennebaud
2008-08-20 20:08:38 +00:00
parent ff8e98c974
commit fd681507dc
6 changed files with 184 additions and 7 deletions

View File

@@ -101,6 +101,6 @@ void test_triangular()
CALL_SUBTEST( triangular(Matrix3d()) );
CALL_SUBTEST( triangular(MatrixXcf(4, 4)) );
CALL_SUBTEST( triangular(Matrix<std::complex<float>,8, 8>()) );
CALL_SUBTEST( triangular(MatrixXf(12,12)) );
CALL_SUBTEST( triangular(MatrixXf(85,85)) );
}
}