aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/tutorial.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-10-07 16:40:49 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-10-07 16:40:49 +0000
commit95b3316701c6bafcca9c6add81e445b3b8fc72d3 (patch)
treeb723bc234c60b9db9551c1fb75742cd17616ceb7 /doc/tutorial.cpp
parent4fe78b8e10778430c911f11036f096e0a90874f4 (diff)
reorganize meta loop unrolling, add Trace (meta-unrolled), fix compilation issues in
the conjugation/adjunction stuff
Diffstat (limited to 'doc/tutorial.cpp')
-rw-r--r--doc/tutorial.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}