From 95b3316701c6bafcca9c6add81e445b3b8fc72d3 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 7 Oct 2007 16:40:49 +0000 Subject: reorganize meta loop unrolling, add Trace (meta-unrolled), fix compilation issues in the conjugation/adjunction stuff --- doc/tutorial.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/tutorial.cpp') diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp index 7c45bbde9..ab145bf3f 100644 --- a/doc/tutorial.cpp +++ b/doc/tutorial.cpp @@ -30,6 +30,5 @@ int main(int, char **) cout << "Column 1 of m2 is:" << endl << m2.col(1) << endl; cout << "The transpose of m2 is:" << endl << m2.transpose() << endl; cout << "The matrix m2 with row 0 and column 1 removed is:" << endl << m2.minor(0,1) << endl; - return 0; } -- cgit v1.2.3