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

Richard B. Kreckel git at ginac.de
Thu May 31 17:49:15 CEST 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  e432b3743d3d32f6060600af580e49d7033dcae9 (commit)
      from  f49f9a14764515fd7c2ddc20d7c7cb651ba25cc0 (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 e432b3743d3d32f6060600af580e49d7033dcae9
Author: Vitaly Magerya <vmagerya at gmail.com>
Date:   Thu May 31 17:43:56 2018 +0200

    Add Markowitz-ordered Gaussian elimination algorithm.
    
    This algorithm avoids the 'fill-in' problem of Gaussian elimination
    and significantly improves the times for solving large sparse systems.
    See: <https://www.ginac.de/pipermail/ginac-list/2018-May/002202.html>.

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

Summary of changes:
 AUTHORS                |   2 +-
 check/check_lsolve.cpp |  55 ++++++++++----------
 ginac/flags.h          |   8 ++-
 ginac/inifcns.cpp      |  26 +++++++++-
 ginac/matrix.cpp       | 134 ++++++++++++++++++++++++++++++++++++++++++++++---
 ginac/matrix.h         |   1 +
 6 files changed, 189 insertions(+), 37 deletions(-)


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


More information about the GiNaC-devel mailing list