split off the lazy evaluation part from the quickstartguide; actually by mistake i had

already committed part of that change so i commit the rest even if it's not much, so
building docs from trunk works again.
This commit is contained in:
Benoit Jacob
2008-12-03 23:15:26 +00:00
parent c1e2156d8a
commit 2ff7961c10
2 changed files with 68 additions and 5 deletions

View File

@@ -511,11 +511,7 @@ todo
<a href="#" class="top">top</a>\section TutorialCoreSpecialTopics Special Topics
There are some \ref SpecialTopics "other topics" about which we suggest that you read.
In particular, thanks to expression templates, Eigen is able to apply \ref TopicLazyEvaluation "lazy evaluation" whenever that is beneficial.
todo
\ref TopicLazyEvaluation "Lazy Evaluation and Aliasing": Thanks to expression templates, Eigen is able to apply lazy evaluation wherever that is beneficial.
*/