From 84934ea217eb327ba0e3c357b3c68ab0e22d5160 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 6 Jan 2008 16:35:21 +0000 Subject: - move: DerivedTraits becomes MatrixBase::Traits - the static constants are private again in the Derived classes - more documentation and code snippets - new isDiagonal() method --- test/linearstructure.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/linearstructure.cpp') diff --git a/test/linearstructure.cpp b/test/linearstructure.cpp index 2bb7a1d81..32199c5e0 100644 --- a/test/linearstructure.cpp +++ b/test/linearstructure.cpp @@ -34,7 +34,7 @@ template void linearStructure(const MatrixType& m) */ typedef typename MatrixType::Scalar Scalar; - typedef Matrix VectorType; + typedef Matrix VectorType; int rows = m.rows(); int cols = m.cols(); @@ -45,9 +45,9 @@ template void linearStructure(const MatrixType& m) m2 = MatrixType::random(rows, cols), m3(rows, cols), mzero = MatrixType::zero(rows, cols), - identity = Matrix + identity = Matrix ::identity(rows), - square = Matrix + square = Matrix ::random(rows, rows); VectorType v1 = VectorType::random(rows), v2 = VectorType::random(rows), -- cgit v1.2.3