* swaps the pointers to the data of the two vectors and therefore does not
* need to allocate temporary storage and move data around.
*
- * This function is analog to the the @p swap function of all C++ standard
- * containers. Also, there is a global function <tt>swap(u,v)</tt> that
- * simply calls <tt>u.swap(v)</tt>, again in analogy to standard functions.
+ * This function is analogous to the the @p swap function of all C++
+ * standard containers. Also, there is a global function <tt>swap(u,v)</tt>
+ * that simply calls <tt>u.swap(v)</tt>, again in analogy to standard
+ * functions.
*/
void swap (TableBase<N,T> &v);
* only swaps the pointers to the data of the two vectors and therefore does
* not need to allocate temporary storage and move data around.
*
- * This function is analog to the the swap() function of all C++ standard
+ * This function is analogous to the the swap() function of all C++ standard
* containers. Also, there is a global function swap(u,v) that simply calls
* <tt>u.swap(v)</tt>, again in analogy to standard functions.
*/
* the same number of blocks. If needed, the numbers of blocks should be
* exchanged, too.
*
- * This function is analog to the the swap() function of all C++
+ * This function is analogous to the the swap() function of all C++
* standard containers. Also, there is a global function swap(u,v) that
* simply calls <tt>u.swap(v)</tt>, again in analogy to standard
* functions.
* only swaps the pointers to the data of the two vectors and therefore
* does not need to allocate temporary storage and move data around.
*
- * This function is analog to the the @p swap function of all C++
+ * This function is analogous to the the @p swap function of all C++
* standard containers. Also, there is a global function
* <tt>swap(u,v)</tt> that simply calls <tt>u.swap(v)</tt>, again in
* analogy to standard functions.
* same number of blocks. If needed, the numbers of blocks should be
* exchanged, too.
*
- * This function is analog to the the swap() function of all C++ standard
- * containers. Also, there is a global function swap(u,v) that simply
- * calls <tt>u.swap(v)</tt>, again in analogy to standard functions.
+ * This function is analogous to the the swap() function of all C++
+ * standard containers. Also, there is a global function swap(u,v) that
+ * simply calls <tt>u.swap(v)</tt>, again in analogy to standard
+ * functions.
*/
void swap (BlockVector &v);
* the same number of blocks. If needed, the numbers of blocks should be
* exchanged, too.
*
- * This function is analog to the the swap() function of all C++
+ * This function is analogous to the the swap() function of all C++
* standard containers. Also, there is a global function swap(u,v) that
* simply calls <tt>u.swap(v)</tt>, again in analogy to standard
* functions.
* only swaps the pointers to the data of the two vectors and therefore
* does not need to allocate temporary storage and move data around.
*
- * This function is analog to the the @p swap function of all C++ standard
- * containers. Also, there is a global function <tt>swap(u,v)</tt> that
- * simply calls <tt>u.swap(v)</tt>, again in analogy to standard
- * functions.
+ * This function is analogous to the the @p swap function of all C++
+ * standard containers. Also, there is a global function
+ * <tt>swap(u,v)</tt> that simply calls <tt>u.swap(v)</tt>, again in
+ * analogy to standard functions.
*/
void swap (VectorBase &v);
* only swaps the pointers to the data of the two vectors and therefore
* does not need to allocate temporary storage and move data around.
*
- * This function is analog to the the @p swap function of all C++ standard
- * containers. Also, there is a global function <tt>swap(u,v)</tt> that
- * simply calls <tt>u.swap(v)</tt>, again in analogy to standard
- * functions.
+ * This function is analogous to the the @p swap function of all C++
+ * standard containers. Also, there is a global function
+ * <tt>swap(u,v)</tt> that simply calls <tt>u.swap(v)</tt>, again in
+ * analogy to standard functions.
*/
void swap (ReadWriteVector<Number> &v);
* same number of blocks. If needed, the numbers of blocks should be
* exchanged, too.
*
- * This function is analog to the the swap() function of all C++ standard
- * containers. Also, there is a global function swap(u,v) that simply
- * calls <tt>u.swap(v)</tt>, again in analogy to standard functions.
+ * This function is analogous to the the swap() function of all C++
+ * standard containers. Also, there is a global function swap(u,v) that
+ * simply calls <tt>u.swap(v)</tt>, again in analogy to standard
+ * functions.
*/
void swap (BlockVector &v);
* the same number of blocks. If needed, the numbers of blocks should be
* exchanged, too.
*
- * This function is analog to the the swap() function of all C++
+ * This function is analogous to the the swap() function of all C++
* standard containers. Also, there is a global function swap(u,v) that
* simply calls <tt>u.swap(v)</tt>, again in analogy to standard
* functions.
* does not need to allocate temporary storage and move data around. Note
* that the vectors need to be of the same size and base on the same map.
*
- * This function is analog to the the @p swap function of all C standard
- * containers. Also, there is a global function <tt>swap(u,v)</tt> that
- * simply calls <tt>u.swap(v)</tt>, again in analogy to standard
- * functions.
+ * This function is analogous to the the @p swap function of all C++
+ * standard containers. Also, there is a global function
+ * <tt>swap(u,v)</tt> that simply calls <tt>u.swap(v)</tt>, again in
+ * analogy to standard functions.
*/
void swap (VectorBase &v);
* swaps the pointers to the data of the two vectors and therefore does not
* need to allocate temporary storage and move data around.
*
- * This function is analog to the the @p swap function of all C++ standard
- * containers. Also, there is a global function <tt>swap(u,v)</tt> that
- * simply calls <tt>u.swap(v)</tt>, again in analogy to standard functions.
+ * This function is analogous to the the @p swap function of all C++
+ * standard containers. Also, there is a global function <tt>swap(u,v)</tt>
+ * that simply calls <tt>u.swap(v)</tt>, again in analogy to standard
+ * functions.
*
* This function is virtual in order to allow for derived classes to handle
* memory separately.