From 76b0873390f36387847cbad7a04e83f5d9c64b6b Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 21 Feb 2006 17:17:40 +0000 Subject: [PATCH] FullMatrix and Vector::equ. git-svn-id: https://svn.dealii.org/trunk@12450 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index a80ac44bbc..4b804575d9 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -340,6 +340,18 @@ inconvenience this causes.

lac

    +
  1. + Changed: There are new FullMatrix::equ functions which assign this + matrix to the linear combination of one, two or three + matrices. Also there is now a new Vector::equ + function for three vectors. +
    + (RH 2006/02/21) +

    +
  2. Fixed: The SolverMinRes class did not work -- 2.39.5