2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 17:12:10 +00:00
svn path=/trunk/boost/libs/numeric/ublas/; revision=24547
This commit is contained in:
Michael Stevens
2004-08-18 06:31:06 +00:00
parent 7321efbafb
commit f1a5577e32
10 changed files with 19 additions and 19 deletions

View File

@@ -144,7 +144,7 @@ namespace boost { namespace numeric { namespace ublas {
}}}
namespace std {
// Needed for ICC on Itanium?
// Needed for ICC on Itanium?
template<class C, class IC>
inline
void iter_swap (boost::numeric::ublas::indexed_iterator<C, IC> it1,

View File

@@ -76,7 +76,7 @@ namespace boost { namespace numeric { namespace ublas {
// Assignment
BOOST_UBLAS_INLINE
sparse_matrix_element &operator = (const sparse_matrix_element &p) {
// Overide the implict copy assignment
// Overide the implict copy assignment
d_ = p.d_;
dirty_ = true;
return *this;
@@ -117,7 +117,7 @@ namespace boost { namespace numeric { namespace ublas {
return *this;
}
// Comparison
// Comparison
template<class D>
BOOST_UBLAS_INLINE
bool operator == (const D &d) const {

View File

@@ -75,7 +75,7 @@ namespace boost { namespace numeric { namespace ublas {
// Assignment
BOOST_UBLAS_INLINE
sparse_vector_element &operator = (const sparse_vector_element &p) {
// Overide the implict copy assignment
// Overide the implict copy assignment
d_ = p.d_;
dirty_ = true;
return *this;
@@ -116,7 +116,7 @@ namespace boost { namespace numeric { namespace ublas {
return *this;
}
// Comparison
// Comparison
template<class D>
BOOST_UBLAS_INLINE
bool operator == (const D &d) const {