From e2bd8623f88c3e7aa1c4a2eaa5dc7ab351219a33 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 13 Oct 2008 13:14:43 +0000 Subject: Solve the issue found by Timothy in solveTriangular: => row-major rhs are now evaluated to a column-major temporary before the computations. Add solveInPlace in Cholesky* --- test/triangular.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/triangular.cpp') diff --git a/test/triangular.cpp b/test/triangular.cpp index 2ada0dd90..34afa7b3c 100644 --- a/test/triangular.cpp +++ b/test/triangular.cpp @@ -125,5 +125,6 @@ void test_triangular() CALL_SUBTEST( triangular(MatrixXcf(4, 4)) ); CALL_SUBTEST( triangular(Matrix,8, 8>()) ); CALL_SUBTEST( triangular(MatrixXd(17,17)) ); + CALL_SUBTEST( triangular(Matrix(5, 5)) ); } } -- cgit v1.2.3