[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-623-gf243b5cc
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 f243b5cccfd8ff57115f0b0d5ade20bcca23ae1f (commit) via ec64e556734484ca3c518e6de95b26be61bedee7 (commit) via 9431fba22d0523bba51a0fc3e488627594af0884 (commit) from 8643e3cba4f229faba5d1aeb9a7b31ba609f81fb (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 f243b5cccfd8ff57115f0b0d5ade20bcca23ae1f Author: Richard Kreckel <kreckel@ginac.de> Date: Sat Mar 9 18:40:32 2019 +0100 Refactor matrix::determinant_minor() a bit. Remove special cases for small matrices and for for last column minor computation. Add early return for the case that all minors relevant for one column turn out to be zero. Improve some comments. commit ec64e556734484ca3c518e6de95b26be61bedee7 Author: Richard Kreckel <kreckel@ginac.de> Date: Fri Mar 8 22:33:44 2019 +0100 [DOC] Fix examples using deprecated lst initializers. commit 9431fba22d0523bba51a0fc3e488627594af0884 Author: Richard Kreckel <kreckel@ginac.de> Date: Thu Mar 7 20:57:50 2019 +0100 Refactor module static helper functions to helper class. Functions symbolset and insert_symbols in inifcns.cpp are better written as a class, to improve readability. ----------------------------------------------------------------------- Summary of changes: doc/tutorial/ginac.texi | 19 ++++------- ginac/inifcns.cpp | 48 ++++++++++++++------------ ginac/matrix.cpp | 89 ++++++++++++++++++++++--------------------------- 3 files changed, 74 insertions(+), 82 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
Richard B. Kreckel