From c3efd8d9e4d28aad06df516070af9023ffbc595d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 27 Sep 2001 13:12:39 +0000 Subject: [PATCH] Vector::operator* git-svn-id: https://svn.dealii.org/trunk@5111 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 78ffa394d6..a32d25a18f 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -44,7 +44,13 @@ documentation, etc.

lac

    - +
  1. + New: Vector::operator * is now + templatized, allowing for scalar products of vectors with + different underlying types. +
    + (WB 2001/09/27) +

-- 2.39.5