From 8ec343b58c4ab656c659a6bc3c83be59a3ed3eb2 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 7 Dec 2017 07:48:34 +0100 Subject: [PATCH] add a changelog for LAPACKFullMatrix::solve() --- doc/news/changes/minor/20171207DenisDavydov | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20171207DenisDavydov diff --git a/doc/news/changes/minor/20171207DenisDavydov b/doc/news/changes/minor/20171207DenisDavydov new file mode 100644 index 0000000000..a58362af0d --- /dev/null +++ b/doc/news/changes/minor/20171207DenisDavydov @@ -0,0 +1,5 @@ +New: Improve support of triangular matrices in LAPACKFullMatrix wrappers. +Add LAPACKFullMatrix::solve() to solve a system of equations either when +the matrix is factorized (Cholesky/LU) or triangular. +
+(Denis Davydov, 2017/12/07) -- 2.39.5