]> www.ginac.de Git - ginac.git/log
ginac.git
19 years ago* Well, adjust version.
Richard Kreckel [Tue, 15 Jun 2004 01:54:01 +0000 (01:54 +0000)]
* Well, adjust version.

19 years ago- No,
Richard Kreckel [Tue, 15 Jun 2004 01:51:44 +0000 (01:51 +0000)]
- No,

19 years ago- Added method matrix::rank().
Richard Kreckel [Tue, 15 Jun 2004 01:48:54 +0000 (01:48 +0000)]
- Added method matrix::rank().
- Fixes to matrix elimination routines, needed for rank computations.

19 years ago- clifford::metric stores the metric without indices, removing rendundancy
Christian Bauer [Mon, 14 Jun 2004 19:15:02 +0000 (19:15 +0000)]
- clifford::metric stores the metric without indices, removing rendundancy
- default metric comes from a flyweight to conserve memory
- API change: The 'metr' argument to clifford_unit() and lst_to_clifford()
  is now a tensor or a symmetric matrix without indices

19 years agoadapted to changed clifford_unit() API
Christian Bauer [Mon, 14 Jun 2004 19:12:36 +0000 (19:12 +0000)]
adapted to changed clifford_unit() API

19 years agoadded checks for generalized clifford units
Christian Bauer [Mon, 14 Jun 2004 18:09:05 +0000 (18:09 +0000)]
added checks for generalized clifford units

19 years agofixed typo in comment
Christian Bauer [Fri, 11 Jun 2004 21:32:00 +0000 (21:32 +0000)]
fixed typo in comment

19 years ago- expanded the section on symbols
Christian Bauer [Fri, 11 Jun 2004 21:30:55 +0000 (21:30 +0000)]
- expanded the section on symbols
- added a list of functions of numeric objects

19 years agosynced to 1.2 (memory conservation)
Christian Bauer [Thu, 10 Jun 2004 02:30:29 +0000 (02:30 +0000)]
synced to 1.2 (memory conservation)

19 years agoadded docs for exhashmap
Christian Bauer [Tue, 8 Jun 2004 19:26:26 +0000 (19:26 +0000)]
added docs for exhashmap

19 years agosynced to 1.2 (template<>)
Christian Bauer [Tue, 8 Jun 2004 18:50:25 +0000 (18:50 +0000)]
synced to 1.2 (template<>)

19 years agofixed typo
Christian Bauer [Tue, 8 Jun 2004 18:50:19 +0000 (18:50 +0000)]
fixed typo

19 years agoadded docs for const_pre/postorder_iterator
Christian Bauer [Tue, 8 Jun 2004 18:12:53 +0000 (18:12 +0000)]
added docs for const_pre/postorder_iterator

19 years agoconst_preorder_iterator and const_postorder_iterator and associated methods
Christian Bauer [Tue, 25 May 2004 18:57:01 +0000 (18:57 +0000)]
const_preorder_iterator and const_postorder_iterator and associated methods
ex::pre/postorder_begin/end() are now operative

19 years agoadded the possibility to get some statistical information from ex::compare()
Christian Bauer [Tue, 25 May 2004 17:59:31 +0000 (17:59 +0000)]
added the possibility to get some statistical information from ex::compare()

19 years agofixed varidx LaTeX output
Christian Bauer [Mon, 17 May 2004 01:05:45 +0000 (01:05 +0000)]
fixed varidx LaTeX output

19 years agofixed typos
Christian Bauer [Thu, 13 May 2004 19:52:00 +0000 (19:52 +0000)]
fixed typos

19 years agofunction_options::nparams is now always correctly initialized, even if no
Christian Bauer [Thu, 29 Apr 2004 21:53:22 +0000 (21:53 +0000)]
function_options::nparams is now always correctly initialized, even if no
*_func() option was specified

19 years agofixed coding style and stuff...
Christian Bauer [Thu, 29 Apr 2004 21:25:29 +0000 (21:25 +0000)]
fixed coding style and stuff...

19 years agoAdded contribution from Vladimir Kisil: generalization of clifford algebra:
Jens Vollinga [Thu, 29 Apr 2004 19:53:12 +0000 (19:53 +0000)]
Added contribution from Vladimir Kisil: generalization of clifford algebra:
* different metrics can now be defined for clifford
* new class "clifford_unit" to represent generators of the algebra

19 years agoUpdate
Jens Vollinga [Fri, 23 Apr 2004 20:00:47 +0000 (20:00 +0000)]
Update

20 years agopower::series() speedup from Chris Dams
Christian Bauer [Wed, 21 Apr 2004 18:32:54 +0000 (18:32 +0000)]
power::series() speedup from Chris Dams

20 years agodocumentation update
Christian Bauer [Mon, 19 Apr 2004 18:59:28 +0000 (18:59 +0000)]
documentation update

20 years agoOptimized series expansion.
Jens Vollinga [Mon, 19 Apr 2004 18:27:24 +0000 (18:27 +0000)]
Optimized series expansion.

20 years agoFixed log-patch.
Jens Vollinga [Mon, 19 Apr 2004 16:11:09 +0000 (16:11 +0000)]
Fixed log-patch.

20 years agoAdd check for log-bug.
Jens Vollinga [Sat, 17 Apr 2004 16:10:14 +0000 (16:10 +0000)]
Add check for log-bug.

20 years agoFixed bug in series expansion of log.
Jens Vollinga [Sat, 17 Apr 2004 16:07:14 +0000 (16:07 +0000)]
Fixed bug in series expansion of log.

20 years ago* library_init::library_init(): It suffices to static_cast<> the flyweights
Richard Kreckel [Mon, 12 Apr 2004 01:42:18 +0000 (01:42 +0000)]
* library_init::library_init(): It suffices to static_cast<> the flyweights
  at initialization -- reinterpret_cast<> is overkill.

20 years ago* Use the pointers to the flyweights, not their references!
Richard Kreckel [Mon, 12 Apr 2004 01:37:34 +0000 (01:37 +0000)]
* Use the pointers to the flyweights, not their references!
* Undo previous patch to fix initialization order fiasco.

20 years ago- fixed atan2_evalf()
Christian Bauer [Mon, 5 Apr 2004 20:30:25 +0000 (20:30 +0000)]
- fixed atan2_evalf()
- improved eval functions of trigonometric functions (mostly negative
  arguments)
- added #undef log2 in utils.h (may help with cygwin?)

20 years agodocumentation update
Christian Bauer [Mon, 5 Apr 2004 20:29:12 +0000 (20:29 +0000)]
documentation update

20 years agoAdded check for fixed bug
Jens Vollinga [Sat, 27 Mar 2004 14:30:22 +0000 (14:30 +0000)]
Added check for fixed bug

20 years agoFixed bug in series expansion
Jens Vollinga [Sat, 27 Mar 2004 14:29:52 +0000 (14:29 +0000)]
Fixed bug in series expansion

20 years agoFixed assertions
Jens Vollinga [Sat, 27 Mar 2004 13:28:15 +0000 (13:28 +0000)]
Fixed assertions

20 years agono need to initialize symtree in initialize(), the ex default ctor works fine
Christian Bauer [Thu, 25 Mar 2004 17:37:44 +0000 (17:37 +0000)]
no need to initialize symtree in initialize(), the ex default ctor works fine

20 years agobumped version number of HEAD to 1.3
Christian Bauer [Mon, 22 Mar 2004 19:30:00 +0000 (19:30 +0000)]
bumped version number of HEAD to 1.3

20 years agodocumentation update
Christian Bauer [Fri, 19 Mar 2004 17:14:28 +0000 (17:14 +0000)]
documentation update

20 years agoS(0,p,x) now evaluates numerically
Jens Vollinga [Thu, 18 Mar 2004 17:03:24 +0000 (17:03 +0000)]
S(0,p,x) now evaluates numerically

20 years agoadded documentation for const_iterator
Christian Bauer [Mon, 15 Mar 2004 20:47:17 +0000 (20:47 +0000)]
added documentation for const_iterator

20 years agofixes for gcc 3.4
Christian Bauer [Mon, 15 Mar 2004 20:14:33 +0000 (20:14 +0000)]
fixes for gcc 3.4

20 years agodocumentation update
Christian Bauer [Mon, 15 Mar 2004 20:14:12 +0000 (20:14 +0000)]
documentation update

20 years agoSynced to HEAD.
Jens Vollinga [Thu, 11 Mar 2004 17:57:24 +0000 (17:57 +0000)]
Synced to HEAD.

20 years agoSynced to HEAD.
Jens Vollinga [Thu, 11 Mar 2004 16:01:26 +0000 (16:01 +0000)]
Synced to HEAD.

20 years agoImproved series expansion synced to HEAD.
Jens Vollinga [Wed, 10 Mar 2004 16:20:02 +0000 (16:20 +0000)]
Improved series expansion synced to HEAD.

20 years agoModifications for improved series expansion.
Jens Vollinga [Wed, 10 Mar 2004 16:19:50 +0000 (16:19 +0000)]
Modifications for improved series expansion.

20 years ago* Don't mention sloooow mirror sites for CLN.
Richard Kreckel [Wed, 25 Feb 2004 01:38:15 +0000 (01:38 +0000)]
* Don't mention sloooow mirror sites for CLN.

20 years agoupdated list of authors
Christian Bauer [Wed, 18 Feb 2004 17:48:11 +0000 (17:48 +0000)]
updated list of authors

20 years agocanonicalize_clifford() was omitting some ONEs
Christian Bauer [Fri, 30 Jan 2004 17:54:53 +0000 (17:54 +0000)]
canonicalize_clifford() was omitting some ONEs

20 years agoSynced to HEAD.
Jens Vollinga [Wed, 28 Jan 2004 20:22:42 +0000 (20:22 +0000)]
Synced to HEAD.

20 years agoexpand_indexed expands the base expression
Christian Bauer [Wed, 28 Jan 2004 19:34:55 +0000 (19:34 +0000)]
expand_indexed expands the base expression

20 years agoImproved output.
Jens Vollinga [Tue, 27 Jan 2004 12:10:56 +0000 (12:10 +0000)]
Improved output.

20 years agoFixed section chaining.
Jens Vollinga [Mon, 19 Jan 2004 16:44:39 +0000 (16:44 +0000)]
Fixed section chaining.

20 years ago* Fix typo. (Hi Keith!)
Richard Kreckel [Fri, 16 Jan 2004 00:50:28 +0000 (00:50 +0000)]
* Fix typo. (Hi Keith!)

20 years agoUpdate for realsymbols and conjugate.
Jens Vollinga [Fri, 9 Jan 2004 15:47:51 +0000 (15:47 +0000)]
Update for realsymbols and conjugate.

20 years agofixed is_exactly_a<symbol>
Christian Bauer [Thu, 8 Jan 2004 20:01:43 +0000 (20:01 +0000)]
fixed is_exactly_a<symbol>

20 years agoMan-page mentions keywords real_symbols and complex_symbols.
Jens Vollinga [Thu, 8 Jan 2004 19:03:18 +0000 (19:03 +0000)]
Man-page mentions keywords real_symbols and complex_symbols.

20 years agoChanged symbol_options to domain.
Jens Vollinga [Thu, 8 Jan 2004 18:53:36 +0000 (18:53 +0000)]
Changed symbol_options to domain.

20 years ago* Added realsymbol class.
Jens Vollinga [Thu, 8 Jan 2004 18:48:10 +0000 (18:48 +0000)]
* Added realsymbol class.
* Renamed symbol_options to domain.

20 years agoHappy New Year!
Christian Bauer [Thu, 8 Jan 2004 18:06:37 +0000 (18:06 +0000)]
Happy New Year!

20 years agoUpdated remarks on harmonic polylog.
Jens Vollinga [Wed, 7 Jan 2004 16:03:57 +0000 (16:03 +0000)]
Updated remarks on harmonic polylog.

20 years agoadded online help for conjugate()
Christian Bauer [Tue, 6 Jan 2004 20:58:38 +0000 (20:58 +0000)]
added online help for conjugate()

20 years ago- fixed LaTeX output of conjugate()
Christian Bauer [Tue, 6 Jan 2004 20:58:26 +0000 (20:58 +0000)]
- fixed LaTeX output of conjugate()
- symbol::info() answers to info_flags::real

20 years agoAdded check for harmonic polylog.
Jens Vollinga [Tue, 6 Jan 2004 18:38:45 +0000 (18:38 +0000)]
Added check for harmonic polylog.

20 years agoFixed bug in harmonic polylogs for complex arguments with positive imaginary part.
Jens Vollinga [Tue, 6 Jan 2004 18:38:10 +0000 (18:38 +0000)]
Fixed bug in harmonic polylogs for complex arguments with positive imaginary part.

20 years agoAdded log(exp(x)) -> x for real symbols.
Jens Vollinga [Sun, 4 Jan 2004 16:51:08 +0000 (16:51 +0000)]
Added log(exp(x)) -> x for real symbols.

20 years agoAdd remark about complex conjugation.
Jens Vollinga [Sun, 4 Jan 2004 16:17:46 +0000 (16:17 +0000)]
Add remark about complex conjugation.

20 years agoAdded keywords "complex_symbols" and "real_symbols" to influence symbol production.
Jens Vollinga [Sun, 4 Jan 2004 16:13:56 +0000 (16:13 +0000)]
Added keywords "complex_symbols" and "real_symbols" to influence symbol production.

20 years ago* Added complex conjugation methods and GiNaC function "conjugate".
Jens Vollinga [Sun, 4 Jan 2004 16:12:40 +0000 (16:12 +0000)]
* Added complex conjugation methods and GiNaC function "conjugate".
* Data member "value" now is cln::cl_N.

20 years agoAdded complex conjugation methods and GiNaC function "conjugate".
Jens Vollinga [Sun, 4 Jan 2004 16:11:45 +0000 (16:11 +0000)]
Added complex conjugation methods and GiNaC function "conjugate".

20 years ago* Mention our convention degree(0) == 0.
Richard Kreckel [Thu, 1 Jan 2004 18:06:32 +0000 (18:06 +0000)]
* Mention our convention degree(0) == 0.

20 years agofixed a bug (placement of opening brace of class definitions)
Christian Bauer [Wed, 31 Dec 2003 19:45:59 +0000 (19:45 +0000)]
fixed a bug (placement of opening brace of class definitions)

20 years ago* Sync to 1-1.
Richard Kreckel [Sat, 20 Dec 2003 00:47:28 +0000 (00:47 +0000)]
* Sync to 1-1.

20 years agoRemoved debugging code.
Jens Vollinga [Fri, 19 Dec 2003 17:40:08 +0000 (17:40 +0000)]
Removed debugging code.

20 years agoFixed bug in convergence check with complex arguments.
Jens Vollinga [Fri, 19 Dec 2003 17:37:14 +0000 (17:37 +0000)]
Fixed bug in convergence check with complex arguments.

20 years ago* s/LFLAGS/AM_LFLAGS/, s/YFLAGS/AM_YFLAGS/.
Richard Kreckel [Fri, 19 Dec 2003 01:28:01 +0000 (01:28 +0000)]
* s/LFLAGS/AM_LFLAGS/, s/YFLAGS/AM_YFLAGS/.

20 years ago* s/LFLAGS/AM_LFLAGS/.
Richard Kreckel [Fri, 19 Dec 2003 01:27:31 +0000 (01:27 +0000)]
* s/LFLAGS/AM_LFLAGS/.

20 years agosome attempts to squeeze performance out of mul::expand()
Christian Bauer [Thu, 18 Dec 2003 18:33:01 +0000 (18:33 +0000)]
some attempts to squeeze performance out of mul::expand()

20 years ago1/1/e expanded e but shouldn't
Christian Bauer [Tue, 16 Dec 2003 17:52:06 +0000 (17:52 +0000)]
1/1/e expanded e but shouldn't

20 years agoadded more checks for expand()
Christian Bauer [Sat, 13 Dec 2003 19:04:38 +0000 (19:04 +0000)]
added more checks for expand()

20 years agofixed omission in power::expand()
Christian Bauer [Sat, 13 Dec 2003 19:03:02 +0000 (19:03 +0000)]
fixed omission in power::expand()

20 years agooptimization to ex::expand()
Christian Bauer [Thu, 11 Dec 2003 21:16:55 +0000 (21:16 +0000)]
optimization to ex::expand()

20 years agoSynced to HEAD.
Jens Vollinga [Thu, 11 Dec 2003 20:52:59 +0000 (20:52 +0000)]
Synced to HEAD.

20 years agosynced to 1.1 (expand() problem)
Christian Bauer [Thu, 11 Dec 2003 20:34:04 +0000 (20:34 +0000)]
synced to 1.1 (expand() problem)

20 years agohash keys of indices must not depend on the index dimension; doing so breaks
Christian Bauer [Thu, 11 Dec 2003 18:57:50 +0000 (18:57 +0000)]
hash keys of indices must not depend on the index dimension; doing so breaks
the ordering of dummy indices that simplify_index() depends on

20 years ago* Fix some spellos.
Richard Kreckel [Wed, 10 Dec 2003 01:41:28 +0000 (01:41 +0000)]
* Fix some spellos.

20 years agoSynced to HEAD.
Jens Vollinga [Mon, 8 Dec 2003 18:20:40 +0000 (18:20 +0000)]
Synced to HEAD.

20 years ago* Improved exams for S
Jens Vollinga [Mon, 1 Dec 2003 23:03:07 +0000 (23:03 +0000)]
* Improved exams for S
* Added exams for zeta, H and Li

20 years agoFixed severe bug that caused Li and S to hang for certain parameters
Jens Vollinga [Mon, 1 Dec 2003 23:02:16 +0000 (23:02 +0000)]
Fixed severe bug that caused Li and S to hang for certain parameters

20 years agoFixed {} bug
Jens Vollinga [Mon, 1 Dec 2003 21:03:15 +0000 (21:03 +0000)]
Fixed {} bug

20 years ago* Fixed bug in convert_H_to_Li()
Jens Vollinga [Mon, 1 Dec 2003 18:03:56 +0000 (18:03 +0000)]
* Fixed bug in convert_H_to_Li()
* Removed safety check in convert_parameter_H_to_Li()

20 years agoUpdated documentation for multiple polylogarithms
Jens Vollinga [Mon, 1 Dec 2003 17:39:21 +0000 (17:39 +0000)]
Updated documentation for multiple polylogarithms

20 years ago* Fixed bug in example
Jens Vollinga [Mon, 1 Dec 2003 01:16:17 +0000 (01:16 +0000)]
* Fixed bug in example

20 years ago* eval() now completed for every function
Jens Vollinga [Mon, 1 Dec 2003 00:51:19 +0000 (00:51 +0000)]
* eval() now completed for every function
* Fixed deriv of H and zeta
* Fixed alignment/indentation, some code face-lifting

20 years ago* Removed convert_H_notation, added convert_H_to_Li
Jens Vollinga [Sat, 29 Nov 2003 17:33:47 +0000 (17:33 +0000)]
* Removed convert_H_notation, added convert_H_to_Li

20 years ago* Removed H(m,s,x)
Jens Vollinga [Sat, 29 Nov 2003 17:33:41 +0000 (17:33 +0000)]
* Removed H(m,s,x)
* H(m,s) now handles also negative parameters in RV notation
* H uses now x -> (1-x)/(1+x) transformation
* Removed convert_H_notation, added convert_H_to_Li
* Using the new printing options every function now has a nice LaTeX output

20 years agofixed typo
Christian Bauer [Thu, 20 Nov 2003 19:59:07 +0000 (19:59 +0000)]
fixed typo

20 years agoremoved "ginac" from includedir (as in ginac-config)
Christian Bauer [Thu, 20 Nov 2003 19:56:46 +0000 (19:56 +0000)]
removed "ginac" from includedir (as in ginac-config)

20 years agoadded pkg-config support
Christian Bauer [Thu, 20 Nov 2003 19:18:27 +0000 (19:18 +0000)]
added pkg-config support

20 years agofderivative wasn't printed correctly
Christian Bauer [Thu, 20 Nov 2003 17:53:46 +0000 (17:53 +0000)]
fderivative wasn't printed correctly

20 years ago* Made function "convert_H_notation" available to ginsh
Jens Vollinga [Tue, 18 Nov 2003 20:18:35 +0000 (20:18 +0000)]
* Made function "convert_H_notation" available to ginsh