From c23f9819f18b2a878626a8355f8e929dddfe41e0 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Thu, 16 Feb 2006 10:11:32 +0000 Subject: [PATCH] Matrix::add_scaled -> add. git-svn-id: https://svn.dealii.org/trunk@12388 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 44 +++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 78fa17b838..6a8e0736a4 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -331,22 +331,36 @@ inconvenience this causes.

lac

    +
  1. + Changed: The matrix classes FullMatrix, SparseMatrix, SparseMatrixEZ and BlockMatrixBase now have an add function analogous to the add of vector classes. The old add_scaled functions are now deprecated. +
    + (RH 2006/02/16) +

    + +
  2. + Improved: BlockMatrixArray::enter_aux allows using matrices without + adding vector multiplication by using PointerMatrixAux. +
    + (GK 2006/02/02) +

    - -
  3. Improved: BlockMatrixArray::enter_aux allows using matrices without adding vector - multiplication by using PointerMatrixAux. -
    - (GK 2006/02/02) -

    - -
  4. New: The class PointerMatrixAux was - introduced for use with matrix classes lacking the adding vector - multiplication functions. It implements these by using its own auxiliary - vector. -
    - (GK 2006/02/02) -

    +
  5. + New: The class PointerMatrixAux was + introduced for use with matrix classes lacking the adding + vector multiplication functions. It implements these by using + its own auxiliary vector. +
    + (GK 2006/02/02) +

  6. Improved: The FilteredMatrix class -- 2.39.5