From 3cd2a125b2712d6b7c620bef0671c6a05839d6e5 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 24 Dec 2007 11:14:25 +0000 Subject: - rework the coefficients API - make vectors use a separate loop unroller, so that copying a row-vector into a col-vector is now possible - add much more documentation - misc improvements --- doc/tutorial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial.cpp') diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp index e98e1c07a..63ed3e5a5 100644 --- a/doc/tutorial.cpp +++ b/doc/tutorial.cpp @@ -1,6 +1,6 @@ #include -USING_EIGEN_DATA_TYPES +USING_PART_OF_NAMESPACE_EIGEN using namespace std; -- cgit v1.2.3