2009-08-09 |
Alexei Sheplyakov | symmetry::calchash(): be careful to not dereference...
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | check_parameter_G: fix pontential increment of end().
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | G_eval: fix incorrect use of STL iterator.
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | Fix the compliation error *for real* ... and restore...
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | Fix the compliation error *for real*
|
commit | commitdiff | tree |
2009-07-31 |
Jens Vollinga | Fixed memory leak.
|
commit | commitdiff | tree |
2009-07-31 |
Jens Vollinga | Fixed the fix in commit f059ebe117d15292e0d262e6e8e232e835c7...
|
commit | commitdiff | tree |
2009-07-31 |
Jens Vollinga | Fixed dirty hack in parser to distinguish between serial...
|
commit | commitdiff | tree |
2009-07-31 |
Jens Vollinga | Fixed the parser such that it can read in user defined...
|
commit | commitdiff | tree |
2009-07-31 |
Jens Vollinga | Fixed cast that caused compile error on 64bit machines.
|
commit | commitdiff | tree |
2009-07-30 |
Jens Vollinga | Preparing for release 1.5.3.
|
commit | commitdiff | tree |
2009-07-15 |
Jens Vollinga | Allow underscores in identifiers.
|
commit | commitdiff | tree |
2009-07-15 |
Jens Vollinga | Allow user defined functions to be parsed.
|
commit | commitdiff | tree |
2009-07-10 |
Jens Vollinga | Preparing for release 1.5.2.
|
commit | commitdiff | tree |
2009-07-10 |
Jens Vollinga | Fixed manual to correctly explain return_type_tinfo().
|
commit | commitdiff | tree |
2009-06-10 |
Jens Vollinga | Raised required version of CLN to 1.2.2.
|
commit | commitdiff | tree |
2009-02-25 |
Jens Vollinga | Repairing the preparing of the release.
|
commit | commitdiff | tree |
2009-02-25 |
Jens Vollinga | Preparing for release.
|
commit | commitdiff | tree |
2009-02-25 |
Alexei Sheplyakov | calchash(): work around broken RTTI.
|
commit | commitdiff | tree |
2009-02-25 |
Alexei Sheplyakov | Fix compilation failure due to (template) operator...
|
commit | commitdiff | tree |
2009-02-17 |
Alexei Sheplyakov | Univariate GCD timing: use sr_gcd when appropriate.
|
commit | commitdiff | tree |
2009-02-17 |
Alexei Sheplyakov | Polished NEWS a little bit.
|
commit | commitdiff | tree |
2009-02-17 |
Jens Vollinga | Added release date.
|
commit | commitdiff | tree |
2009-02-06 |
Jens Vollinga | Adjusted NEWS and INSTALL documentation.
|
commit | commitdiff | tree |
2009-02-06 |
Jens Vollinga | Missed to change one date in function.pl.
|
commit | commitdiff | tree |
2009-02-06 |
Jens Vollinga | Changed name of debugging macro (to avoid warning cause...
|
commit | commitdiff | tree |
2009-02-06 |
Jens Vollinga | Fixed returning of test result (++result was +result).
|
commit | commitdiff | tree |
2009-02-06 |
Jens Vollinga | Prettified source code.
|
commit | commitdiff | tree |
2009-02-06 |
Alexei Sheplyakov | Fix chinese_remainder() so modular GCD actually works.
|
commit | commitdiff | tree |
2009-02-06 |
Jens Vollinga | Automake now needs to be version >=1.8. Older versions...
|
commit | commitdiff | tree |
2009-02-05 |
Jens Vollinga | Renamed files *.tcc and *.hpp to *.h.
|
commit | commitdiff | tree |
2009-02-03 |
Jens Vollinga | Fixed compile errors introduced in previous commit
|
commit | commitdiff | tree |
2009-02-03 |
Alexei Sheplyakov | Implement modular multivariate GCD (based on chinese...
|
commit | commitdiff | tree |
2009-02-03 |
Alexei Sheplyakov | Improve (fix?) smod: now it really converts into symmetric...
|
commit | commitdiff | tree |
2009-02-03 |
Alexei Sheplyakov | Fix copy-paste error in GINACLIB_MICRO_VERSION.
|
commit | commitdiff | tree |
2009-01-08 |
Jens Vollinga | Fixed bug in binomial(). binomial(n,0) erroneously...
|
commit | commitdiff | tree |
2008-12-18 |
Jens Vollinga | Small fixes to avoid compile warnings (-Wall).
|
commit | commitdiff | tree |
2008-12-18 |
Jens Vollinga | Fixed bug in multivariate factorization. Fractional...
|
commit | commitdiff | tree |
2008-12-01 |
Jens Vollinga | Added new items.
|
commit | commitdiff | tree |
2008-12-01 |
Alexei Sheplyakov | [PATCH] [build] Simplify generation of ginac/version.h
|
commit | commitdiff | tree |
2008-12-01 |
Alexei Sheplyakov | [PATCH] Fix GiNaC library version information.
|
commit | commitdiff | tree |
2008-12-01 |
Jens Vollinga | Fixed a problem in polynomial divide by deactivating...
|
commit | commitdiff | tree |
2008-11-14 |
Jens Vollinga | Added section about factor(). Made appropriate changes...
|
commit | commitdiff | tree |
2008-11-13 |
Jens Vollinga | Added many comments.
|
commit | commitdiff | tree |
2008-11-13 |
Jens Vollinga | Fixed lots of bugs in factor_multivariate().
|
commit | commitdiff | tree |
2008-11-11 |
Jens Vollinga | Fixed a bug in squarefree(). Some polynomials were...
|
commit | commitdiff | tree |
2008-11-10 |
Jens Vollinga | Added modular square free factorization.
|
commit | commitdiff | tree |
2008-11-06 |
Jens Vollinga | Stupid error: did the revert on the wrong branch (master...
|
commit | commitdiff | tree |
2008-11-06 |
Jens Vollinga | Revert "[portability] GiNaC::compile_ex works on OpenBSD...
|
commit | commitdiff | tree |
2008-11-06 |
Jens Vollinga | Univariate Hensel lifting now uses upoly.
|
commit | commitdiff | tree |
2008-11-05 |
Jens Vollinga | Changed debugging facilities in factor.cpp.
|
commit | commitdiff | tree |
2008-11-05 |
Jens Vollinga | Fixed some minor spelling errors.
|
commit | commitdiff | tree |
2008-11-05 |
Jens Vollinga | Changed code from using cl_UP_MI to using umodpoly...
|
commit | commitdiff | tree |
2008-11-03 |
Jens Vollinga | Added code for distinct degree factorization.
|
commit | commitdiff | tree |
2008-09-30 |
Jens Vollinga | Merge branch 'master' of git://ffmssmsc.jinr.ru:443...
|
commit | commitdiff | tree |
2008-09-29 |
Jens Vollinga | Replaced class UniPoly by cl_UP_MI.
|
commit | commitdiff | tree |
2008-09-26 |
Jens Vollinga | - Added options argument to factor(). Added flag factor_opti...
|
commit | commitdiff | tree |
2008-09-18 |
Jens Vollinga | Fixed various bugs in multivariate factorization.
|
commit | commitdiff | tree |
2008-09-09 |
Jens Vollinga | Merge branch 'master' of git://ffmssmsc.jinr.ru:443...
|
commit | commitdiff | tree |
2008-09-09 |
Jens Vollinga | Bug fix related to the usage of int instead of cl_I.
|
commit | commitdiff | tree |
2008-09-09 |
Jens Vollinga | Updated NEWS.
|
commit | commitdiff | tree |
2008-09-08 |
Jens Vollinga | Fixed bug in unvariate factorization. Bound for lifting...
|
commit | commitdiff | tree |
2008-09-08 |
Jens Vollinga | Added missing code for multivariate factorization.
|
commit | commitdiff | tree |
2008-09-08 |
Jens Vollinga | Fixed bug. G() ignored the imaginary parts of the arguments.
|
commit | commitdiff | tree |
2008-08-27 |
Jens Vollinga | Added internal code for multivariate factorization.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_pow_pow: deobfuscate a little bit (no functional...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_pow: get rid of duplicate code.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_pow_pow: gcd helper to handle partially...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_{pow, mul}: don't check if the arguments are...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_mul: get rid of duplicate code.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd(): allow user to override (some of) heuristics.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | refactor gcd() a little bit (no functional changes).
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_mul: gcd helper to handle partially...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_pow: gcd helper to handle partially...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd: allow user to override (some of) heuristics.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | inifscn_nstdsums: make functions handling Li/G transformatio...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | Bail out if both autogen and autogen'erated file(s...
|
commit | commitdiff | tree |
2008-08-21 |
Alexei Sheplyakov | Faster, better (recursive descent) expression parser.
|
commit | commitdiff | tree |
2008-08-21 |
Jens Vollinga | Daily bugfix in the polynomial factorization (code...
|
commit | commitdiff | tree |
2008-08-20 |
Jens Vollinga | Fixed bug in the Q matrix calculation and the univariate...
|
commit | commitdiff | tree |
2008-08-18 |
Jens Vollinga | Fixed bug in modular square-free factorization.
|
commit | commitdiff | tree |
2008-08-09 |
Jens Vollinga | Added polynomial factorization (univariate case).
|
commit | commitdiff | tree |
2008-08-09 |
Jens Vollinga | Added polynomial factorization (univariate case).
|
commit | commitdiff | tree |
2008-08-09 |
Alexei Sheplyakov | Any complex number can be (un)archived properly.
|
commit | commitdiff | tree |
2008-07-28 |
Alexei Sheplyakov | define lgamma and tgamma taking cl_N as an argument.
|
commit | commitdiff | tree |
2008-07-28 |
Alexei Sheplyakov | Implicit conversion from cl_N to numeric considered...
|
commit | commitdiff | tree |
2008-07-28 |
Alexei Sheplyakov | bernoulli, fibonacci, iquo: explicitly convert return...
|
commit | commitdiff | tree |
2008-07-28 |
Alexei Sheplyakov | tgamma, lgamma: convert to take cl_N as an argument...
|
commit | commitdiff | tree |
2008-07-28 |
Alexei Sheplyakov | Li2, zeta, sqrt, abs, gcd, etc.: explicitly convert...
|
commit | commitdiff | tree |
2008-07-28 |
Alexei Sheplyakov | elementary functions: explicitly convert return values...
|
commit | commitdiff | tree |
2008-07-28 |
Alexei Sheplyakov | inifcns_nstdsums.cpp: Lin_numeric takes cl_N as an...
|
commit | commitdiff | tree |
2008-07-28 |
Alexei Sheplyakov | inifcns_nstdsums.cpp: S_num takes cl_N as an argument...
|
commit | commitdiff | tree |
2008-07-15 |
Alexei Sheplyakov | clifford_unit: fix possible bugs due to wrong operator...
|
commit | commitdiff | tree |
2008-06-25 |
Jens Vollinga | Removed left-over debugging line.
|
commit | commitdiff | tree |
2008-06-25 |
Jens Vollinga | Make the behaviour of class function more consistent...
|
commit | commitdiff | tree |
2008-06-24 |
Jens Vollinga | Improve heur_gcd() so it can handle rational polynomials...
|
commit | commitdiff | tree |
2008-04-04 |
Jens Vollinga | Fixed bug in mLi summation causing premature drop-out...
|
commit | commitdiff | tree |
2008-04-04 |
Jens Vollinga | Added legacy tests for zeta and multiple polylog.
|
commit | commitdiff | tree |
2008-04-04 |
Jens Vollinga | Check for fixed bug in multiple polylogs.
|
commit | commitdiff | tree |
2008-04-03 |
Jens Vollinga | Fixed bugs found by Jianqiang Zhao.
|
commit | commitdiff | tree |
next |