aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C07_TutorialReductionsVisitorsBroadcasting.dox
diff options
context:
space:
mode:
authorGravatar Tim Holy <holy@wustl.edu>2011-06-20 22:47:58 -0500
committerGravatar Tim Holy <holy@wustl.edu>2011-06-20 22:47:58 -0500
commit16a2d896bc77f42102fef5f6407a4eb64cb4b62d (patch)
tree48c2e61246d22f50c5ac7459b8f16e3160e87519 /doc/C07_TutorialReductionsVisitorsBroadcasting.dox
parent4a95badf7485ec95c57b1c01593a252b4119745d (diff)
Relatively straightforward changes to wording of documentation, focusing particularly on the sparse and (to a lesser extent) geometry pages.
Diffstat (limited to 'doc/C07_TutorialReductionsVisitorsBroadcasting.dox')
-rw-r--r--doc/C07_TutorialReductionsVisitorsBroadcasting.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/C07_TutorialReductionsVisitorsBroadcasting.dox b/doc/C07_TutorialReductionsVisitorsBroadcasting.dox
index 44e963424..e58ff6e2c 100644
--- a/doc/C07_TutorialReductionsVisitorsBroadcasting.dox
+++ b/doc/C07_TutorialReductionsVisitorsBroadcasting.dox
@@ -93,7 +93,7 @@ Array.
The arguments passed to a visitor are pointers to the variables where the
row and column position are to be stored. These variables should be of type
-\link DenseBase::Index Index \endlink (FIXME: link ok?), as shown below:
+\link DenseBase::Index Index \endlink, as shown below:
<table class="example">
<tr><th>Example:</th><th>Output:</th></tr>
@@ -141,7 +141,7 @@ return a 'column-vector'</b>
\subsection TutorialReductionsVisitorsBroadcastingPartialReductionsCombined Combining partial reductions with other operations
It is also possible to use the result of a partial reduction to do further processing.
-Here is another example that aims to find the column whose sum of elements is the maximum
+Here is another example that finds the column whose sum of elements is the maximum
within a matrix. With column-wise partial reductions this can be coded as:
<table class="example">