From bcf7b291853eba135c3b63d3484ddd14c750b246 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 11 Jan 2008 15:56:21 +0000 Subject: rework Identity API: no longer restricted to square matrices --- test/linearstructure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/linearstructure.cpp') diff --git a/test/linearstructure.cpp b/test/linearstructure.cpp index c90488dd0..682315c7a 100644 --- a/test/linearstructure.cpp +++ b/test/linearstructure.cpp @@ -46,7 +46,7 @@ template void linearStructure(const MatrixType& m) m3(rows, cols), mzero = MatrixType::zero(rows, cols), identity = Matrix - ::identity(rows), + ::identity(rows, rows), square = Matrix ::random(rows, rows); VectorType v1 = VectorType::random(rows), -- cgit v1.2.3