2008-08-09 |
Alexei Sheplyakov | Any complex number can be (un)archived properly. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | define lgamma and tgamma taking cl_N as an argument. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | Implicit conversion from cl_N to numeric considered... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | bernoulli, fibonacci, iquo: explicitly convert return... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | tgamma, lgamma: convert to take cl_N as an argument... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | Li2, zeta, sqrt, abs, gcd, etc.: explicitly convert... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | elementary functions: explicitly convert return values... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | inifcns_nstdsums.cpp: Lin_numeric takes cl_N as an... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | inifcns_nstdsums.cpp: S_num takes cl_N as an argument... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Richard B.... | documentation: it is get_dim(), not get_dimension() |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Alexei Sheplyakov | clifford_unit: fix possible bugs due to wrong operator... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Jens Vollinga | Removed left-over debugging line. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Jens Vollinga | Make the behaviour of class function more consistent... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jens Vollinga | Improve heur_gcd() so it can handle rational polynomial... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jens Vollinga | Fixed bug in mLi summation causing premature drop-out... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jens Vollinga | Added legacy tests for zeta and multiple polylog. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jens Vollinga | Check for fixed bug in multiple polylogs. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Jens Vollinga | Fixed bugs found by Jianqiang Zhao. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Richard B.... | Adjust for GiNaC 1.5. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Jens Vollinga | Merge commit 'origin/master' |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Jens Vollinga | Fixed make distcheck issues. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Richard B.... | Update debian/changelog in anticipation of release. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Richard B.... | Merge git://www.ginac.de/ginac |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Jens Vollinga | Small improvement to VPATH fix. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Jens Vollinga | Fixed info-generation problems with VPATH builds. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Richard B.... | Update debian/ files. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Richard B.... | Happy new year! |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Alexei Sheplyakov | move rotate_left() function away from the public header. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Alexei Sheplyakov | INSTALL: libreadline is not mandatory; ginsh builds... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Alexei Sheplyakov | update the compiler info; tell users to avoid GCC 4.3.0 |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Alexei Sheplyakov | symbol.cpp: shut up useless warnings |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Alexei Sheplyakov | check: indicate the test failures with non-zero exit... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Richard Kreckel | * Version 1.5. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Richard Kreckel | * Improved lsolve() of systems containing non-numeric... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Alexei Sheplyakov | kill spurious comma in flags.h |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Alexei Sheplyakov | check/*_memleak.cpp: fix botched CVS commit[s]. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Alexei Sheplyakov | Improve instructions for installing GiNaC from CVS. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Richard Kreckel | * Fix GCC 4.3 compilation issue by removing storage... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Jens Vollinga | Fixed memory leak program. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Fixed module loading bug (occured if . was not in... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Fixed broken preprocessor instruction [Sheplyakov]. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Fixed memory leak in ginac_yylex() [Sheplyakov]. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | Added small program that exhibits the memory leak in... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Deleted bogus try -- catch block in the ex::series... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Added check for memory leak in {mul,power}::eval... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Fixed macro checking for version of libreadline ... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Richard Kreckel | * Fix optimization opportunities missed by Alexei's... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Jens Vollinga | - Do not bother to rename indices if object has no... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Jens Vollinga | - This helps mul::expand() and friends to recognize... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Jens Vollinga | - Apparently, in ~ 30% of calls to mul::expand the... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Jens Vollinga | - Partially solves performance regression in expand... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Jens Vollinga | - info(info_flags::has_indices) now works for sums... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Jens Vollinga | Improved CLN output [Sheplyakov]. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Jens Vollinga | Added example for mystring class [Sheplyakov]. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Jens Vollinga | Removed reference to autogen.sh [Sheplyakov] |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Richard Kreckel | * Adjust to files used for rolling Debian's 1.4.0-1... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Richard Kreckel | Put entire GiNaC documentation into @dircategory 'Mathe... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Jens Vollinga | Added missing example source. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Jens Vollinga | Added CLEANFILES. release_1-4-0 |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Jens Vollinga | Hide failure due to term reordering. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Jens Vollinga | Preparing for release. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Jens Vollinga | Added compiler.h |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Jens Vollinga | File added [A.Sheplyakov] |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Jens Vollinga | Added changes. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Jens Vollinga | input_parser accepts also pow() [A.Sheplyakov] |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Jens Vollinga | Converting terms into primitive polynomials optimized... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Jens Vollinga | info_flags::expanded added [A.Sheplyakov] |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Jens Vollinga | lst_to_clifford() and clifford_to_lst() can handle... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Jens Vollinga | Removed texinfo.tex |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Richard Kreckel | * Fix GCC-4.3 compilation issue. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Jens Vollinga | - Fixed typos and layout problems. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Jens Vollinga | Added missing is_negative() inline function. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Jens Vollinga | Updating all changes. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Jens Vollinga | Improved clifford_moebius_map() [V.Kisil] |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Jens Vollinga | Fixed error in examples for match. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Richard Kreckel | * Analytic continuation for atan2(y,x) for complex... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Jens Vollinga | Clifford units now honor representation labels. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Jens Vollinga | Additional transformations for mul and power [Sheplyakov]. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Jens Vollinga | Correct csrc output for fderivative [Grabner]. |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Jens Vollinga | Applied print_csrc patch [Grabner/Sheplyakov] |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Chris Dams | Patch by Stefan Weinzierl that fixes a bug in series... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Richard Kreckel | * Fix compilation issues with prereleases of GCC 4... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Richard Kreckel | * Use pkg-config for detecting CLN, advertise it in... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Chris Dams | Patch by Alexei. |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Chris Dams | Alexeis patch for faster Lanczos coefficient calculation. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Jens Vollinga | Improved handling of convergence transformationis for... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Chris Dams | Alexeis patches for documentation and correct degree... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Chris Dams | Faster archiving by adding a map from strings to idices... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Dams | Fixed bug in taking real and imaginary part. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Dams | Make series expansion work with non-rational functions... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Dams | Created pseries::evalm. Patch by Alexei. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Dams | Removed exits from numeric.cpp and use array indices... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Jens Vollinga | Synced to ginac_1-3: |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Chris Dams | Added a proof for our new simplification rule for powers. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Richard Kreckel | * Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Richard Kreckel | * Happy New Year(s)! |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Chris Dams | Fix bug in expansion of powers and improve automatic... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Chris Dams | Added an #include<cstdlib>. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Chris Dams | Improvements to the code for the Lanczos method as... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Jens Vollinga | Fixed bugs in S() (infinite loop) and H() (wrong results). |
commit | commitdiff | tree | snapshot |
next |