]> www.ginac.de Git - ginac.git/history - ginac
Added .is_polynomial() method.
[ginac.git] / ginac /
2006-03-27 Chris DamsAdded .is_polynomial() method.
2006-03-14 Chris DamsVlamirs patch for automatically simplifying e.g., csgn...
2006-03-13 Chris DamsMake step(0)=1/2 again and remove step_power.
2006-03-13 Richard Kreckel* Indentation vs. alignment.
2006-03-09 Chris DamsMake step(0)=1 for greater consistency.
2006-03-09 Chris DamsAdd step function to GiNaCs built-in functions.
2006-03-09 Richard Kreckel* Don't expand elements of a matrix multiplication.
2006-02-22 Chris DamsReviving return_type_tinfo-system.
2006-02-21 Chris DamsMake new tinfo-system work on AMD64.
2006-02-14 Chris DamsFixed problems on 64-bit machines and introduced has_op...
2006-01-19 Jens Vollinga- New tinfo mechanism
2006-01-10 Chris DamsAllow for general expressions as index dimensions.
2006-01-04 Chris Damsdirac_slash should give something with non-zero metric.
2006-01-04 Chris DamsFixed bug in substituion of clifford objects.
2006-01-03 Jens VollingaFixed compile bug caused by "missing" config.h.
2006-01-03 Chris DamsImproved algebraic substitutions.
2005-12-19 Richard Kreckel* Simplify bernoulli. The orginal was somewhat overopti...
2005-12-19 Richard Kreckel* Fix bug in numeric construction when cl_value_len...
2005-12-18 Richard Kreckel* Fix signed/unsigned bug in bernoulli function.
2005-12-16 Chris DamsImprovements w.r.t. automatic renaming of dummy indices.
2005-12-15 Chris DamsDon't abort if cannot find minimal dimension of indices...
2005-12-07 Jens VollingaAdded compile function.
2005-11-27 Richard Kreckel* Forward declare simplify indexed for GCC 4.1 [Sheplya...
2005-11-18 Richard Kreckel* Restore speed lost in GiNaC-1.3.2 [V. Kisil].
2005-11-11 Chris DamsIndex renaming issues, sped up simplify_indexed, used...
2005-11-10 Jens VollingaAdded callback mechanism to watch changes to 'Digits...
2005-11-09 Jens VollingaFixed wrong matching in .has()
2005-11-09 Jens Vollinga* Special power-simplification rules may now be defined...
2005-10-28 Richard Kreckel* Removed code within OBSCURE_CINT_HACK preprocessor...
2005-10-20 Jens VollingaAdded series expansion for functions (classical) Li...
2005-10-20 Richard Kreckel* Add functions sub_matrix() and reduced_matrix().
2005-10-19 Jens VollingaFixed bug in function H that caused an infinite recursi...
2005-10-19 Richard Kreckel* struct map_function: add a virtual dtor (turns off...
2005-10-12 Jens VollingaChanged the conditions for the application of the ...
2005-09-23 Richard Kreckel* Indentation cleanup.
2005-09-23 Richard Kreckel* Make fsolve() accept relational objects as first...
2005-09-23 Richard Kreckel* Fix a bug that selected the wrong algorithm for deter...
2005-09-18 Richard Kreckel* Make lookup in adaptivesimpson precision-aware. ...
2005-09-14 Richard Kreckel* Fix typo: the last argument to adaptivesimpson was...
2005-09-12 Jens VollingaFixed bug occuring in algebraic substitutions with...
2005-09-12 Richard Kreckel* Added fsolve() numerical univariate real-valued funct...
2005-09-02 Richard Kreckel* Make print_memfun_handler<T, C> const-correct (fixes...
2005-07-25 Richard KreckelEquip the visitor macro with a virtual dtor.
2005-07-25 Richard Kreckelpower::expand_add: Fix typo.
2005-07-25 Richard Kreckelmul::expand(): Remove unused variable.
2005-07-25 Richard KreckelFix some warnings about comparison of signed with unsigned.
2005-07-12 Jens VollingaVarious improvements for clifford class (subs for metri...
2005-07-01 Jens VollingaModernized configuration files [A.Sheplyakov].
2005-06-30 Jens Vollingacollect_common_factors now works with powers [A.Sheplyakov]
2005-06-29 Jens VollingaFixed initialization order bug (references to flyweight...
2005-06-03 Jens Vollinga* Now two different simplification paths in clifford...
2005-06-03 Jens VollingaBetter handling of Clifford objects [V.Kisil].
2005-05-19 Jens VollingaFixed bug in expanding expressions containing dummy...
2005-05-09 Jens VollingaGCD avoids to produce expanded expressions (Alexei...
2005-05-04 Jens VollingaFixed bug in gcd (patch from Sheplyakov Alexei).
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-04-21 Jens VollingaNicer output for factorial().
2005-04-21 Richard Kreckel* Friend declaration is no declaration 11.4/9.
2005-04-20 Jens VollingaClifford get_metric(i,j) again defaults to symmetric...
2005-04-20 Jens VollingaBetter output for slashed expressions (C.Dams' patch).
2005-04-06 Richard Kreckel* Indentation and alignment fixes.
2005-04-01 Jens Vollinga* Applied Vladimir Kisil's patches (bug in clifford_pri...
2005-03-11 Richard Kreckel* Fix some language conformance issues needed for GCC 4.0
2005-02-22 Christian Bauercommented out internal debugging function
2005-02-22 Christian BauerHappy new year!
2005-02-21 Christian Bauerremove dependence on YYTEXT_POINTER which is not being...
2005-02-10 Richard Kreckel* clifford_moebius_map: honor representation label...
2005-02-06 Christian Bauerdon't produce zero coefficients in a pseries object...
2005-02-05 Richard Kreckel* Simplified creation of flyweight objects (by Chris...
2005-01-08 Richard Kreckel* Fix static initialization order fiasco.
2004-12-29 Christian Bauerreplaced non-ASCII characters
2004-12-26 Richard Kreckel* Return
2004-12-26 Richard Kreckel* Minor optimization: swap instead of assign.
2004-11-26 Christian Bauerdocumentation update
2004-11-15 Christian Bauerexplain what we mean by "cofactor"
2004-10-29 Christian Bauerimprovements to pseries, esp. wrt series expansion...
2004-10-25 Jens VollingaFixed bug in basic::subs_one_level.
2004-10-19 Jens VollingaRevised reference.
2004-10-19 Jens Vollinga* new G function (multiple polylogarithm).
2004-10-18 Jens Vollingacanonicalise_clifford(), clifford_prime() and remove_di...
2004-10-15 Jens Vollinga* clifford_to_lst() applies to lst.
2004-10-14 Christian Baueradded error handling to op()/let_op()
2004-10-12 Jens VollingaVarious bug-fixes and enhancements (new moebius transfo...
2004-10-12 Jens VollingaAdded integral class.
2004-10-06 Christian Bauerfixed another power::series() bug [Alexei Sheplyakov]
2004-10-06 Christian Bauerbinomial(n,k) evaluates for non-integer n [Ralph Stephan]
2004-10-06 Christian Bauerreplaced non-ASCII character in exception msg
2004-09-30 Christian Bauerfixed typo
2004-09-30 Christian Bauerdbgprint() now uses a print_dflt
2004-09-26 Richard Kreckel* Li2_do_sum_Xn: Optimize (avoid repeated multiplication).
2004-09-24 Richard Kreckel* power::info(): Unpolynomialize sin(x)^2 (by Chris...
2004-09-23 Jens VollingaSynced bug fix to HEAD.
2004-09-01 Jens Vollingalog(-<realnumber>) now returns a real number (correct...
2004-09-01 Jens Vollingalog(-<realnumber>) now returns a real number
2004-08-20 Christian Bauer- added ex::unitcontprim()
2004-08-20 Christian Bauercache other.p in assignment; this should fix the "assig...
2004-08-09 Jens VollingaSynced to HEAD
2004-08-05 Christian Bauer- added variants of dirac_trace() and color_trace(...
2004-08-03 Christian Bauersynced to 1.2 (bogus assertion and evaluated symmetry...
2004-08-02 Christian Bauer(p.i*p.i).get_free_indices() returned (.i) instead...
next