From: Matthias Maier Date: Wed, 15 Jul 2015 20:45:43 +0000 (-0500) Subject: Documentation: Remove BlockLinearOperator from the glossary X-Git-Tag: v8.3.0-rc1~1^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef787440b282ccf7d83fa0d9bbab250f12ba7694;p=dealii.git Documentation: Remove BlockLinearOperator from the glossary --- diff --git a/doc/doxygen/headers/laoperators.h b/doc/doxygen/headers/laoperators.h index 0aba9b3698..09c415d751 100644 --- a/doc/doxygen/headers/laoperators.h +++ b/doc/doxygen/headers/laoperators.h @@ -88,15 +88,10 @@ * op_a *= op_b; // If op_b is an endomorphism of the domain space of op_a * @endcode * - * block_operator() and block_diagonal_operator() provide further - * encapsulation of individual linear operators into blocked linear - * operator variants. - * * @note The LinearOperator facility obsoletes some of the @ref Matrix2 - * "derived matrix" classes, such as BlockDiagonalMatrix, IterativeInverse, - * ProductMatrix, ScaledMatrix, ProductSparseMatrix, - * InverseMatrixRichardson, SchurMatrix, ShiftedMatrix, - * ShiftedMatrixGeneralized, TransposeMatrix + * "derived matrix" classes, such as IterativeInverse, ProductMatrix, + * ScaledMatrix, ProductSparseMatrix, InverseMatrixRichardson, SchurMatrix, + * ShiftedMatrix, ShiftedMatrixGeneralized, TransposeMatrix * * *

Packaged Operation