From ce88e297dcae94952f4dbe6386fa63b6962d3432 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 16 Jan 2019 16:29:02 +0100 Subject: Add a comment stating this doc page is partly obsolete. --- doc/InsideEigenExample.dox | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/InsideEigenExample.dox b/doc/InsideEigenExample.dox index ed053c69d..ea2275bf2 100644 --- a/doc/InsideEigenExample.dox +++ b/doc/InsideEigenExample.dox @@ -212,6 +212,11 @@ Thus, the operator+ hasn't performed any actual computation. To summarize, the o \section Assignment The assignment +
+PLEASE HELP US IMPROVING THIS SECTION. +This page reflects how %Eigen worked until 3.2, but since %Eigen 3.3 the assignment is more sophisticated as it involves an Assignment expression, and the creation of so called evaluator which are responsible for the evaluation of each kind of expressions. +
+ At this point, the expression \a v + \a w has finished evaluating, so, in the process of compiling the line of code \code u = v + w; -- cgit v1.2.3