[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-595-g1be7026a

Richard B. Kreckel git at ginac.de
Sun Jan 28 19:42:26 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GiNaC -- a C++ library for symbolic computations".

The branch, master has been updated
       via  1be7026a705dfefedcd838e6b60795ca6d469bf9 (commit)
      from  40234423820294740aa535a713c2784d1bb23351 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1be7026a705dfefedcd838e6b60795ca6d469bf9
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Sun Jan 28 19:23:50 2018 +0100

    Add optional algorithm selection to matrix::inverse().
    
    Following a proposal by Vitaly Magerya, a signature with a solve_algo
    is added to class matrix. (Not using a default argument in order to
    not break the ABI.)

-----------------------------------------------------------------------

Summary of changes:
 doc/tutorial/ginac.texi | 33 ++++++++++++++++++++-------------
 ginac/matrix.cpp        |  5 +++--
 ginac/matrix.h          |  7 +++++--
 ginac/version.h         |  2 ++
 4 files changed, 30 insertions(+), 17 deletions(-)


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations


More information about the GiNaC-devel mailing list