From d77ae084aaffaf7ced2c843e285078bdc35f73cb Mon Sep 17 00:00:00 2001 From: janssen Date: Tue, 5 Jan 2010 10:12:47 +0000 Subject: [PATCH] entry added to section lac git-svn-id: https://svn.dealii.org/trunk@20286 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b3ac73415c..028911f51e 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -377,6 +377,16 @@ inconvenience this causes.
    +
  1. +

    + New: In householder.h the function least_squares can handle BlockVectors as + well now. Note that in one place we still have to copy to a Vector to use + the function backward from FullMatrix. +

    +
    + (Bärbel Janssen 2010/01/05) +
  2. +
  3. New: There are now two ConstraintMatrix::add_lines functions that can -- 2.39.5