aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/triangular.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-20 20:08:38 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-20 20:08:38 +0000
commitfd681507dc9e8bf3cc1dbbc4c017b5d5c0d2b506 (patch)
tree2d7facc637c0bfc41c12506807aa8259b35a7221 /test/triangular.cpp
parentff8e98c974b1cb7667a20049e992cd4fd0b1aeec (diff)
Add a packetmath unit test, re-enable the comma-initializer unit test,
and bug fix in PacketMath/SSE
Diffstat (limited to 'test/triangular.cpp')
-rw-r--r--test/triangular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/triangular.cpp b/test/triangular.cpp
index de3b85537..fd744114c 100644
--- a/test/triangular.cpp
+++ b/test/triangular.cpp
@@ -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)) );
}
}