2010-08-21 |
Alexei Sheplyakov | fsolve: check if evalf() return value is actually a...
|
commit | commitdiff | tree |
2010-07-06 |
Jens Vollinga | Removed trailing spaces.
|
commit | commitdiff | tree |
2010-07-06 |
Jens Vollinga | Texinfo interprets @strong{Note...} as a cross reference...
|
commit | commitdiff | tree |
2010-03-28 |
Jens Vollinga | Products (class mul) now answer correctly to info_flags...
|
commit | commitdiff | tree |
2010-03-25 |
Jens Vollinga | Fixed a bug in atan2. It gave a division by zero error...
|
commit | commitdiff | tree |
2010-03-05 |
Jens Vollinga | Copyright goes 2010.
|
commit | commitdiff | tree |
2010-02-24 |
Alexei Sheplyakov | pgcd(): detect relatively prime polynomials properly...
|
commit | commitdiff | tree |
2010-01-14 |
Alexei Sheplyakov | Install the ginac-excompiler script iff excompiler...
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | modular_matrix: don't use STL iterators in {mul, sub...
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | shaker_sort, permutation_sign: fix invalid use of STL...
|
commit | commitdiff | tree |
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-07-15 |
Jens Vollinga | Allow underscores in identifiers.
|
commit | commitdiff | tree |
2009-07-10 |
Jens Vollinga | Changed the parser such that it understands all defined...
|
commit | commitdiff | tree |
2009-07-10 |
Jens Vollinga | Fixed manual to correctly explain return_type_tinfo().
|
commit | commitdiff | tree |
2009-04-24 |
Jens Vollinga | Added include for cstdio header.
|
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 |
Jens Vollinga | Added release date.
|
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-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 |
|