* constraint line <i>i</i>, according
* to the discussion in the general
* class description.
- * Note: the line needs to be added with
+ *
+ * @note the line needs to be added with
* one of the add_line() calls first.
*/
void set_inhomogeneity (const unsigned int line,
* argument or the function with both
* matrix and vector arguments.
*
- * Note: This function is not
+ * @note This function is not
* thread-safe, so you will need to make
- * sure that only on process at a time
+ * sure that only one process at a time
* calls this function.
*/
template <class InVector, class OutVector>
* function will not be able to correctly
* handle inhomogeneities.
*
- * Note: This function is not
+ * @note This function is not
* thread-safe, so you will need to make
- * sure that only on process at a time
+ * sure that only one process at a time
* calls this function.
*/
template <typename VectorType>
* completely ignores inhomogeneous
* constraints.
*
- * Note: This function is not
+ * @note This function is not
* thread-safe, so you will need to
- * make sure that only on process at a
+ * make sure that only one process at a
* time calls this function.
*/
template <typename ForwardIteratorVec, typename ForwardIteratorInd,
* the vectors and matrices are fully
* assembled.
*
- * Note: This function is not
+ * @note This function is not
* thread-safe, so you will need to
- * make sure that only on process at a
+ * make sure that only one process at a
* time calls this function.
*/
template <typename MatrixType>
* see the documentation in @ref
* constraints module.
*
- * Note: This function is not
+ * @note This function is not
* thread-safe, so you will need to
- * make sure that only on process at a
+ * make sure that only one process at a
* time calls this function.
*/
template <typename MatrixType, typename VectorType>