2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 17:12:10 +00:00

[uBLAS] COMMENT fix mutable/immutable

svn path=/trunk/boost/boost/numeric/ublas/; revision=36208
This commit is contained in:
Michael Stevens
2006-11-30 11:30:29 +00:00
parent 93076a0723
commit 464d14adfd

View File

@@ -634,7 +634,7 @@ namespace boost { namespace numeric { namespace ublas {
/** \brief A class implementing an indexed random access iterator.
*
* \param C the mutable container type
* \param C the (mutable) container type
* \param IC the iterator category
*
* This class implements a random access iterator. The current
@@ -739,7 +739,7 @@ namespace boost { namespace numeric { namespace ublas {
/** \brief A class implementing an indexed random access iterator.
*
* \param C the mutable container type
* \param C the (immutable) container type
* \param IC the iterator category
*
* This class implements a random access iterator. The current
@@ -857,7 +857,7 @@ namespace boost { namespace numeric { namespace ublas {
/** \brief A class implementing an indexed random access iterator
* of a matrix.
*
* \param C the mutable container type
* \param C the (mutable) container type
* \param IC the iterator category
*
* This class implements a random access iterator. The current
@@ -1150,7 +1150,7 @@ namespace boost { namespace numeric { namespace ublas {
/** \brief A class implementing an indexed random access iterator
* of a matrix.
*
* \param C the mutable container type
* \param C the (mutable) container type
* \param IC the iterator category
*
* This class implements a random access iterator. The current