]>
www.ginac.de Git - ginac.git/log
Jens Vollinga [Mon, 9 Jul 2007 23:51:53 +0000 (23:51 +0000)]
Applied print_csrc patch [Grabner/Sheplyakov]
Chris Dams [Wed, 16 May 2007 23:21:09 +0000 (23:21 +0000)]
Patch by Stefan Weinzierl that fixes a bug in series expansion.
Richard Kreckel [Mon, 2 Apr 2007 06:16:16 +0000 (06:16 +0000)]
* Fix compilation issues with prereleases of GCC 4.3, at least in theory.
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417199>.
Richard Kreckel [Thu, 29 Mar 2007 05:29:57 +0000 (05:29 +0000)]
* Use pkg-config for detecting CLN, advertise it in the manual and drop
ginac-config and ginac.m4. [Alexei Sheplyakov]
Chris Dams [Wed, 28 Mar 2007 17:47:02 +0000 (17:47 +0000)]
Patch by Alexei.
Chris Dams [Wed, 28 Mar 2007 16:28:43 +0000 (16:28 +0000)]
Alexeis patch for faster Lanczos coefficient calculation.
Jens Vollinga [Mon, 5 Mar 2007 23:05:49 +0000 (23:05 +0000)]
Improved handling of convergence transformationis for Li/G (fixes problems with certain H() evaluations).
Chris Dams [Thu, 1 Mar 2007 15:10:49 +0000 (15:10 +0000)]
Alexeis patches for documentation and correct degree of 1/symbol.
Chris Dams [Thu, 1 Mar 2007 14:43:33 +0000 (14:43 +0000)]
Faster archiving by adding a map from strings to idices in the atoms vector.
Chris Dams [Mon, 19 Feb 2007 17:01:38 +0000 (17:01 +0000)]
Fixed bug in taking real and imaginary part.
Chris Dams [Tue, 13 Feb 2007 15:14:14 +0000 (15:14 +0000)]
Make series expansion work with non-rational functions. Patch by Alexei.
Chris Dams [Tue, 13 Feb 2007 14:44:39 +0000 (14:44 +0000)]
Created pseries::evalm. Patch by Alexei.
Chris Dams [Wed, 7 Feb 2007 14:31:52 +0000 (14:31 +0000)]
Removed exits from numeric.cpp and use array indices instead of push_back.
Jens Vollinga [Mon, 5 Feb 2007 20:11:40 +0000 (20:11 +0000)]
Synced to ginac_1-3:
Fixed libreadline version detection [A.Sheplyakov]
Chris Dams [Thu, 1 Feb 2007 16:15:02 +0000 (16:15 +0000)]
Added a proof for our new simplification rule for powers.
Richard Kreckel [Thu, 1 Feb 2007 04:41:36 +0000 (04:41 +0000)]
* Fix typo in comment.
Richard Kreckel [Thu, 1 Feb 2007 04:29:19 +0000 (04:29 +0000)]
* Happy New Year(s)!
Chris Dams [Wed, 31 Jan 2007 16:11:52 +0000 (16:11 +0000)]
Fix bug in expansion of powers and improve automatic simplification.
Chris Dams [Wed, 24 Jan 2007 17:52:15 +0000 (17:52 +0000)]
Added an #include<cstdlib>.
Chris Dams [Wed, 17 Jan 2007 21:39:43 +0000 (21:39 +0000)]
Improvements to the code for the Lanczos method as discussed on ginac-devel
in December 2006.
Jens Vollinga [Wed, 20 Dec 2006 22:28:40 +0000 (22:28 +0000)]
Fixed bugs in S() (infinite loop) and H() (wrong results).
Jens Vollinga [Tue, 12 Dec 2006 21:58:51 +0000 (21:58 +0000)]
Bug fix for tensor::replace_contr_index().
Jens Vollinga [Tue, 12 Dec 2006 21:32:11 +0000 (21:32 +0000)]
Improved collecting for sparse multivariate polynomials.
Jens Vollinga [Tue, 12 Dec 2006 17:22:24 +0000 (17:22 +0000)]
Bug in numerical evaluation of multiple polylogs fixed.
Chris Dams [Mon, 11 Dec 2006 18:51:37 +0000 (18:51 +0000)]
Make eval do evalf if arguments of gamma or beta are floats.
Chris Dams [Mon, 11 Dec 2006 15:38:40 +0000 (15:38 +0000)]
Added some abses to the code for numerical integration.
Richard Kreckel [Sat, 9 Dec 2006 23:44:53 +0000 (23:44 +0000)]
* Update a bit.
Chris Dams [Fri, 8 Dec 2006 22:45:52 +0000 (22:45 +0000)]
Added numerical evaluation for the functions tgamma, lgamma and beta.
Richard Kreckel [Mon, 4 Dec 2006 00:21:28 +0000 (00:21 +0000)]
* Update.
Richard Kreckel [Sun, 3 Dec 2006 23:43:57 +0000 (23:43 +0000)]
* Avoid bad choice of main variable in heuristic gcd [Alexei Sheplyakov].
Chris Dams [Wed, 22 Nov 2006 21:52:33 +0000 (21:52 +0000)]
Alexeis patches for better handling of collect_common_factors.
Chris Dams [Wed, 22 Nov 2006 21:50:11 +0000 (21:50 +0000)]
make atan2 handle positive arguments better. We have pos. symbols nowadays.
Chris Dams [Wed, 22 Nov 2006 21:49:36 +0000 (21:49 +0000)]
small correction: turned some idx into IDX.
Chris Dams [Wed, 22 Nov 2006 20:18:16 +0000 (20:18 +0000)]
Asking a symbol whether it is positive now works.
Chris Dams [Fri, 20 Oct 2006 16:29:33 +0000 (16:29 +0000)]
Bugs w.r.t. raising/lowering dummy indices when doing simplify_indexed.
Richard Kreckel [Tue, 10 Oct 2006 05:21:06 +0000 (05:21 +0000)]
* Removed unused variable.
Chris Dams [Wed, 13 Sep 2006 20:46:47 +0000 (20:46 +0000)]
Made unarchiving algorithms order N instead of order N^2.
Chris Dams [Wed, 13 Sep 2006 16:46:47 +0000 (16:46 +0000)]
Made unarchiving algorithms order N instead of order N^2.
Chris Dams [Fri, 8 Sep 2006 19:51:01 +0000 (19:51 +0000)]
Fixing bug with respect to canonicalizing the variance of dummy indices in
the presence of a cyclic symmetry of indices.
Chris Dams [Fri, 8 Sep 2006 19:50:03 +0000 (19:50 +0000)]
Vladimirs improvements for the case that clifford objects take idxes without
variance.
Jens Vollinga [Thu, 31 Aug 2006 17:38:20 +0000 (17:38 +0000)]
Added two excompiler examples.
Jens Vollinga [Thu, 31 Aug 2006 17:33:08 +0000 (17:33 +0000)]
Documented compile_ex, link_ex, unlink_ex.
Jens Vollinga [Wed, 30 Aug 2006 20:09:00 +0000 (20:09 +0000)]
Compilation without intermediate .o file.
Jens Vollinga [Wed, 30 Aug 2006 20:08:21 +0000 (20:08 +0000)]
New examples for compile_ex and link_ex.
Jens Vollinga [Wed, 30 Aug 2006 20:07:27 +0000 (20:07 +0000)]
New interface and complete source.
Chris Dams [Mon, 21 Aug 2006 14:59:11 +0000 (14:59 +0000)]
Made also ncmuls rename dummy indices.
Chris Dams [Thu, 17 Aug 2006 15:28:16 +0000 (15:28 +0000)]
Vladimirs patch for removing the "anti-commuting" branches from Clifford
objects.
Chris Dams [Thu, 17 Aug 2006 14:38:38 +0000 (14:38 +0000)]
Support for exset and printing thereof.
Jens Vollinga [Thu, 17 Aug 2006 14:10:37 +0000 (14:10 +0000)]
Fixed warning on 64bit machines.
Jens Vollinga [Wed, 16 Aug 2006 20:25:34 +0000 (20:25 +0000)]
Fixed bug in reference generation for ps format.
Jens Vollinga [Wed, 16 Aug 2006 14:15:25 +0000 (14:15 +0000)]
Replaced GiNaC Group names by web address.
Jens Vollinga [Wed, 16 Aug 2006 14:14:54 +0000 (14:14 +0000)]
Updated developer listing.
Jens Vollinga [Mon, 14 Aug 2006 19:48:15 +0000 (19:48 +0000)]
Fixed generation of tutorial and reference in html/pdf/ps format [A.Sheplyakov].
Chris Dams [Thu, 10 Aug 2006 12:02:42 +0000 (12:02 +0000)]
Print -x as -x instead of -1.0*x when printing C-source.
Chris Dams [Thu, 10 Aug 2006 11:35:03 +0000 (11:35 +0000)]
Fixed bug submitted by Warren Weckesser.
Chris Dams [Mon, 7 Aug 2006 16:50:21 +0000 (16:50 +0000)]
Improved the comments explaining what the class ex does.
Richard Kreckel [Sun, 6 Aug 2006 00:36:36 +0000 (00:36 +0000)]
Compilation for GCC 4.2.
Chris Dams [Mon, 31 Jul 2006 16:45:10 +0000 (16:45 +0000)]
Patch from Alexei for enabling compilation on MinGW.
Chris Dams [Sat, 29 Jul 2006 02:34:27 +0000 (02:34 +0000)]
Bug in expand_dummy_sum is fixed.
Chris Dams [Mon, 24 Jul 2006 16:47:43 +0000 (16:47 +0000)]
Improved dummy index renaming.
Chris Dams [Thu, 13 Jul 2006 20:02:38 +0000 (20:02 +0000)]
Needed to call get_all_dummy_indices_safely more often.
Chris Dams [Fri, 7 Jul 2006 13:35:29 +0000 (13:35 +0000)]
Allow, optionally, indices to be substituted by things that are not indices.
Chris Dams [Fri, 7 Jul 2006 11:55:52 +0000 (11:55 +0000)]
Make it possible to print exmaps and exvectors.
Jens Vollinga [Mon, 26 Jun 2006 13:55:33 +0000 (13:55 +0000)]
Fixed bug in comparison of fderivatives.
Chris Dams [Fri, 23 Jun 2006 12:56:39 +0000 (12:56 +0000)]
Added calchash and compare_same_type for symmetries. Necessary for archiving.
Chris Dams [Mon, 19 Jun 2006 15:29:43 +0000 (15:29 +0000)]
Made class possymbol for positive symbols and documented it.
Chris Dams [Thu, 25 May 2006 16:17:38 +0000 (16:17 +0000)]
Possbility for positive symbols/numbers.
Chris Dams [Wed, 24 May 2006 19:04:18 +0000 (19:04 +0000)]
Allow for more general expressions for clifford metrics. Patch by Vladimir.
Chris Dams [Tue, 16 May 2006 19:27:20 +0000 (19:27 +0000)]
Patches by Vladimir.
Chris Dams [Tue, 9 May 2006 14:23:36 +0000 (14:23 +0000)]
Gave the pointer_to_member_to_map_functions more consistent names.
Chris Dams [Tue, 9 May 2006 14:16:31 +0000 (14:16 +0000)]
Added posibility to make map_functions out of members.
Richard Kreckel [Sat, 22 Apr 2006 19:42:57 +0000 (19:42 +0000)]
* Belated Happy New Year!
Chris Dams [Fri, 21 Apr 2006 16:16:01 +0000 (16:16 +0000)]
Added methods for taking real and imaginary parts.
Richard Kreckel [Fri, 21 Apr 2006 02:59:39 +0000 (02:59 +0000)]
* Prepare.
Chris Dams [Thu, 20 Apr 2006 20:08:06 +0000 (20:08 +0000)]
Fixed bug in ::match.
Richard Kreckel [Thu, 20 Apr 2006 01:31:38 +0000 (01:31 +0000)]
* Streamlining by Peter Eisentraut <petere@debian.org>.
Richard Kreckel [Tue, 18 Apr 2006 02:07:34 +0000 (02:07 +0000)]
* Sync to 1.3-branch.
Chris Dams [Tue, 4 Apr 2006 20:55:15 +0000 (20:55 +0000)]
Alexei Sheplyakovs patch for making collect_common_factors also work with
negative powers of common factors.
Chris Dams [Tue, 4 Apr 2006 17:10:54 +0000 (17:10 +0000)]
Made log(exp(Pi)) evaluate to Pi.
Chris Dams [Tue, 4 Apr 2006 14:11:21 +0000 (14:11 +0000)]
Fix bug in differentiation of a power.
Chris Dams [Mon, 27 Mar 2006 19:13:21 +0000 (19:13 +0000)]
Added .is_polynomial() method.
Chris Dams [Tue, 14 Mar 2006 18:54:55 +0000 (18:54 +0000)]
Vlamirs patch for automatically simplifying e.g., csgn(x)^3 -> csgn(x).
Chris Dams [Mon, 13 Mar 2006 17:21:47 +0000 (17:21 +0000)]
Make step(0)=1/2 again and remove step_power.
Richard Kreckel [Mon, 13 Mar 2006 01:32:33 +0000 (01:32 +0000)]
* Indentation vs. alignment.
Chris Dams [Thu, 9 Mar 2006 20:02:18 +0000 (20:02 +0000)]
step(x) returns an integer now.
Chris Dams [Thu, 9 Mar 2006 20:02:05 +0000 (20:02 +0000)]
Make step(0)=1 for greater consistency.
Chris Dams [Thu, 9 Mar 2006 19:13:11 +0000 (19:13 +0000)]
Add step function to GiNaCs built-in functions.
Richard Kreckel [Thu, 9 Mar 2006 01:24:28 +0000 (01:24 +0000)]
* Don't expand elements of a matrix multiplication.
Chris Dams [Thu, 23 Feb 2006 14:39:42 +0000 (14:39 +0000)]
Removed remark that symbols always commute.
Chris Dams [Wed, 22 Feb 2006 17:52:07 +0000 (17:52 +0000)]
Reviving return_type_tinfo-system.
Chris Dams [Tue, 21 Feb 2006 13:33:45 +0000 (13:33 +0000)]
Make new tinfo-system work on AMD64.
Chris Dams [Tue, 14 Feb 2006 19:40:06 +0000 (19:40 +0000)]
Fixed problems on 64-bit machines and introduced has_options::algebraic.
Jens Vollinga [Thu, 19 Jan 2006 19:37:16 +0000 (19:37 +0000)]
- Disabled three badly written checks that fail with the new tinfo mechanism.
Jens Vollinga [Thu, 19 Jan 2006 19:36:07 +0000 (19:36 +0000)]
- New tinfo mechanism
(Remark: return_type_tinfo returns basic* now)
- Removed rtt from class symbol.
Chris Dams [Tue, 10 Jan 2006 17:22:44 +0000 (17:22 +0000)]
Allow for general expressions as index dimensions.
Chris Dams [Wed, 4 Jan 2006 20:47:54 +0000 (20:47 +0000)]
dirac_slash should give something with non-zero metric.
Chris Dams [Wed, 4 Jan 2006 18:33:30 +0000 (18:33 +0000)]
Fixed bug in substituion of clifford objects.
Jens Vollinga [Tue, 3 Jan 2006 18:34:12 +0000 (18:34 +0000)]
Fixed compile bug caused by "missing" config.h.
Chris Dams [Tue, 3 Jan 2006 14:55:24 +0000 (14:55 +0000)]
Improved algebraic substitutions.
Jens Vollinga [Sun, 25 Dec 2005 18:27:09 +0000 (18:27 +0000)]
Fixed example [A.Sheplyakov].