const unsigned int column) const;
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*/
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*/
size_type n () const;
bool empty () const;
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*/
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*/
size_type n () const;
size_type m () const;
/**
- * Number of columns of this matrix. To remember: this matrix is an <i>n x
- * n</i>-matrix.
+ * Number of columns of this matrix. This number corresponds to the size of
+ * the underlying vector.
*/
size_type n () const;
bool operator == (const FullMatrix<number> &) const;
/**
- * Number of rows of this matrix. To remember: this matrix is an <i>m x
- * n</i>-matrix.
+ * Number of rows of this matrix. Note that the matrix is of dimension <i>m
+ * x n</i>.
*/
size_type m () const;
/**
- * Number of columns of this matrix. To remember: this matrix is an <i>m x
- * n</i>-matrix.
+ * Number of columns of this matrix. Note that the matrix is of dimension
+ * <i>m x n</i>.
*/
size_type n () const;
void clear () {}
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*
* @note This function should only be called if the preconditioner has been
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*
* @note This function should only be called if the preconditioner has been
void clear () {}
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*
* @note This function should only be called if the preconditioner has been
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*
* @note This function should only be called if the preconditioner has been
void clear();
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*/
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*/
size_type n () const;
void clear ();
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*/
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*/
size_type n () const;
void use_matrix(const MatrixType &M);
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*/
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*/
size_type n () const;
/**
* Return the dimension of the codomain (or range) space. It calls the
- * inherited SparseMatrix::m() function. To remember: the matrix is of
+ * inherited SparseMatrix::m() function. Note that the matrix is of
* dimension $m \times n$.
*/
size_type m () const;
/**
* Return the dimension of the domain space. It calls the inherited
- * SparseMatrix::n() function. To remember: the matrix is of dimension $m
+ * SparseMatrix::n() function. Note that the matrix is of dimension $m
* \times n$.
*/
size_type n () const;
const BlockVector<double> &src) const;
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*/
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*/
size_type n () const;
bool empty () const;
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*/
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*/
size_type n () const;
bool empty () const;
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*/
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*/
size_type n () const;
const Vector<number2> &src) const;
/**
- * Return the dimension of the codomain (or range) space. To remember: the
+ * Return the dimension of the codomain (or range) space. Note that the
* matrix is of dimension $m \times n$.
*
* @note This function should only be called if the preconditioner has been
size_type m () const;
/**
- * Return the dimension of the domain space. To remember: the matrix is of
+ * Return the dimension of the domain space. Note that the matrix is of
* dimension $m \times n$.
*
* @note This function should only be called if the preconditioner has been
//@{
/**
- * Number of rows of this matrix. To remember: this matrix is an <i>m x
- * m</i>-matrix.
+ * Number of rows of this matrix. Note that the matrix is an <i>m x
+ * m</i> matrix.
*/
size_type m () const;
/**
- * Number of columns of this matrix. To remember: this matrix is an <i>n x
- * n</i>-matrix.
+ * Number of columns of this matrix. Note that the matrix is an <i>n x
+ * n</i> matrix.
*/
size_type n () const;
DEAL_II_NAMESPACE_CLOSE
#endif
-