Add manual doc on STL-compatible iterators

This commit is contained in:
Gael Guennebaud
2018-11-12 22:06:33 +01:00
parent 0105146915
commit c81bdbdadc
6 changed files with 46 additions and 51 deletions

View File

@@ -221,7 +221,7 @@ i = ind[i];
\endcode
This means you can easily build your own fancy sequence generator and pass it to `operator()`.
Here is an exemple enlarging a given matrix while padding the first rows and columns through repetition:
Here is an exemple enlarging a given matrix while padding the additional first rows and columns through repetition:
<table class="example">
<tr><th>Example:</th><th>Output:</th></tr>