diff --git a/doc/TutorialSparse.dox b/doc/TutorialSparse.dox index 77a08da6e..a00bacde2 100644 --- a/doc/TutorialSparse.dox +++ b/doc/TutorialSparse.dox @@ -44,8 +44,8 @@ This storage scheme is better explained on an example. The following matrix and one of its possible sparse, \b column \b major representation:
Values: | 22 | 7 | _ | 3 | 5 | 14 | _ | _ | 1 | _ | 17 | 8 |
InnerIndices: | 1 | 2 | _ | 0 | 2 | 4 | _ | _ | 2 | _ | 1 | 4 |
Values: | 22 | 7 | _ | 3 | 5 | _ | 14 | _ | 1 | _ | 17 | 8 |
InnerIndices: | 1 | 2 | _ | 0 | 2 | _ | 4 | _ | 2 | _ | 1 | 4 |
OuterStarts: | 0 | 3 | 5 | 8 | 10 | \em 12 |