From a9fdb2550be9212747e3ebf4a05e233ae867ce4d Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 23 May 2014 15:11:17 +0000 Subject: [PATCH] Better document the 'transpose' flag of the Trilinos sparse matrix git-svn-id: https://svn.dealii.org/trunk@32974 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_sparse_matrix.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h b/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h index c5ab727b66..21b2f10545 100644 --- a/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h +++ b/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h @@ -1325,7 +1325,10 @@ namespace TrilinosWrappers const TrilinosScalar new_diag_value = 0); /** - * Make an in-place transpose of a matrix. + * Sets an internal flag so that all operations performed by the matrix, + * i.e., multiplications, are done in transposed order. However, this does + * not reshape the matrix to transposed form directly, so care should be + * taken when using this flag. */ void transpose (); -- 2.39.5