From 14f9352a52c5aac2d2c9d8a8cae5916e85fbaedd Mon Sep 17 00:00:00 2001 From: Menno Fraters Date: Thu, 12 Sep 2019 08:47:09 -0700 Subject: [PATCH] Indenting. --- include/deal.II/lac/lapack_full_matrix.h | 25 ++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/include/deal.II/lac/lapack_full_matrix.h b/include/deal.II/lac/lapack_full_matrix.h index 8910add669..dfba3c534c 100644 --- a/include/deal.II/lac/lapack_full_matrix.h +++ b/include/deal.II/lac/lapack_full_matrix.h @@ -815,17 +815,18 @@ public: * * Requires that the #state is LAPACKSupport::matrix, fills the data members * #wr, #svd_u, and #svd_vt, and leaves the object in the #state - * LAPACKSupport::svd. - * - * The singular value decomposition factorizes the provided matrix (A) into - * three parts: U, sigma, and the transpose of V (V^T), such that A = U sigma - * V^T. Sigma is a MxN matrix which contains the singular values of A on - * the diagonal while all the other elements are zero. U is a MxM orthogonal + * LAPACKSupport::svd. + * + * The singular value decomposition factorizes the provided matrix (A) into + * three parts: U, sigma, and the transpose of V (V^T), such that A = U sigma + * V^T. Sigma is a MxN matrix which contains the singular values of A on + * the diagonal while all the other elements are zero. U is a MxM orthogonal * matrix containing the left singular vectors corresponding to the singular - * values of A. V is a NxN orthonal matrix containing the right singular + * values of A. V is a NxN orthonal matrix containing the right singular * vectors corresponding the the singular values of A. - * - * Note that the variable #svd_vt contains the tranpose of V and can be accessed by get_svd_vt(), while U is accessed with get_svd_u(). + * + * Note that the variable #svd_vt contains the tranpose of V and can be + * accessed by get_svd_vt(), while U is accessed with get_svd_u(). */ void compute_svd(); @@ -880,10 +881,10 @@ public: get_svd_u() const; /** - * Retrieve the matrix #svd_vt after compute_svd() or compute_inverse_svd() was - * called. + * Retrieve the matrix #svd_vt after compute_svd() or compute_inverse_svd() + * was called. */ - inline const LAPACKFullMatrix& + inline const LAPACKFullMatrix & get_svd_vt() const; /** -- 2.39.5