From ff6a46105d86e92753858c1b2aea8bcaf4575819 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 16 Apr 2010 10:13:32 -0400 Subject: * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, removal of extra _Base/_Options template parameters. * Introduction of strides-at-compile-time so for example the optimized code really knows when it needs to evaluate to a temporary * StorageKind / XprKind * Quaternion::setFromTwoVectors: use JacobiSVD instead of SVD * ComplexSchur: support the 1x1 case --- test/basicstuff.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/basicstuff.cpp') diff --git a/test/basicstuff.cpp b/test/basicstuff.cpp index da1955777..70b65a7be 100644 --- a/test/basicstuff.cpp +++ b/test/basicstuff.cpp @@ -88,6 +88,7 @@ template void basicStuff(const MatrixType& m) Matrix cv(rows); rv = square.row(r); cv = square.col(r); + VERIFY_IS_APPROX(rv, cv.transpose()); if(cols!=1 && rows!=1 && MatrixType::SizeAtCompileTime!=Dynamic) -- cgit v1.2.3