From: Denis Davydov Date: Fri, 16 Feb 2018 17:04:40 +0000 (+0100) Subject: add a changelog entry X-Git-Tag: v9.0.0-rc1~415^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5898%2Fhead;p=dealii.git add a changelog entry --- diff --git a/doc/news/changes/minor/20180214DenisDavydov b/doc/news/changes/minor/20180214DenisDavydov new file mode 100644 index 0000000000..a57189bfd7 --- /dev/null +++ b/doc/news/changes/minor/20180214DenisDavydov @@ -0,0 +1,6 @@ +New: Add LAPACKFullMatrix::Tmmult(LAPACKFullMatrix &, const LAPACKFullMatrix &, const Vector &, const bool) const +to do a triple matrix product with a diagonal matrix in the middle. Add +LAPACKFullMatrix::scale_rows() to scale rows via a given vector. Make +LAPACKFullMatrix::Tmmult() and LAPACKFullMatrix::mTmult() use Xsyrk if A==B. +
+(Denis Davydov, 2018/02/14)