mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-26 17:12:10 +00:00
tabs
svn path=/trunk/boost/libs/numeric/ublas/; revision=24547
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user