]> https://gitweb.dealii.org/ - dealii.git/commitdiff
doc: Remove and update references to IterativeInverse
authorMatthias Maier <tamiko@43-1.org>
Wed, 28 Jun 2017 11:48:12 +0000 (06:48 -0500)
committerMatthias Maier <tamiko@43-1.org>
Mon, 3 Jul 2017 10:15:14 +0000 (05:15 -0500)
doc/doxygen/headers/laoperators.h
include/deal.II/lac/parpack_solver.h

index 939fe8e3f63bcf4e43311e0e5688f31861cac260..349d41bdd9a84ac12b282e57ba8d6e0e56a1e1eb 100644 (file)
  * 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
- *
  * @note As explained below, when using LinearOperator as <code>res = op_a*x</code>
  * a PackagedOperation class instance is generated behind-the-curtains.
  * Consequently, the user program has to include header files for both classes
index fcc4b449caf4ccd52540866e9f386585e5fb602b..5548deb3f5e6631d6efc848d565294e2af7626d0 100644 (file)
@@ -113,8 +113,7 @@ extern "C" {
  * by default. Note that (P)Arpack supports other transformations, but currently
  * this class implements only shift-and-invert mode.
  *
- * The <code>OP</code> can be specified either using auxiliary Shift class together
- * with IterativeInverse or by using LinearOperator
+ * The <code>OP</code> can be specified by using a LinearOperator:
  * @code
  *   const double shift = 5.0;
  *   const auto op_A = linear_operator<vector_t>(A);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.