]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2001-04-16 Richard Kreckel* Still some std:: missing...
2001-04-15 Richard Kreckel* Added example about series expansion.
2001-04-15 Richard Kreckel* basic::collec() never worked correctly on non-polynom...
2001-04-15 Richard Kreckel* INSTALL: adjusted Cint status.
2001-04-13 Richard Kreckel* Preparing for 0.8.1.
2001-04-13 Richard Kreckel* Removed obsolete exponent marker in float output...
2001-04-13 Richard Kreckel* add::print() shouldn't put parens around overall_coeff.
2001-04-13 Richard Kreckel* Remove bogus counter in sqrfree_yun().
2001-04-10 Christian Bauerarchive property example uses propinfovector
2001-04-10 Christian Baueradded basic::get_precedence()
2001-04-10 Richard Kreckel* introduced typedef propinfovector in order to please...
2001-04-09 Christian Baueradapted to change symbol::getname() -> symbol::get_name()
2001-04-09 Christian Baueradded functions to retrieve the properties stored in...
2001-04-09 Christian Bauer- updated to reflect the extended possibilities of...
2001-04-09 Christian Bauerdocumentation update
2001-04-09 Christian Bauer- renamed
2001-04-07 Christian Baueradded function::get_name() to return a function's print...
2001-04-06 Christian Bauersomething like 2/3*a is no longer printed as (2/3)*a
2001-04-06 Christian Bauerupdated with respect to new print() method
2001-04-06 Christian Bauerprinttree() -> print(print_tree())
2001-04-06 Christian Bauer- replaced the various print*() member functions by...
2001-04-06 Christian Baueradded check for archiving system
2001-04-06 Christian Bauerdocumentation update
2001-04-05 Christian Bauersubs() performs "syntactic substitution" as in Maple...
2001-04-05 Christian Bauerdocumentation update
2001-04-05 Christian Bauer- subs() can be used to substitute functions, tensors...
2001-04-05 Christian Bauer- subs() can be used to substitute functions, tensors...
2001-04-05 Christian Bauerdocumentation update
2001-04-05 Christian Bauerdegree(), ldegree(), coeff(), tcoeff(), lcoeff() and...
2001-04-05 Christian Bauersimplify_indexed() will re-expand the expression and...
2001-04-04 Richard Kreckel* removed some obsolete stuff.
2001-04-02 Christian Bauerdegree(), ldegree(), coeff(), lcoeff(), tcoeff() and...
2001-03-30 Christian Bauerthe unsigned number 128 was stored incorrectly (0x80...
2001-03-30 Christian Bauer- added Clifford contractions:
2001-03-30 Christian Bauer- dummy index recognition in products was flawed: A...
2001-03-30 Christian Baueradded checks for bugs in GiNaC 0.8.0
2001-03-29 Christian Baueradded checks for color objects
2001-03-29 Christian Bauer- added Clifford algebra unity element
2001-03-29 Christian Bauer- introduced macros to shorten the source files
2001-03-28 Christian Bauerskeleton implementation of new color class
2001-03-28 Christian Bauerrestored deleted files
2001-03-28 Christian Bauer- added skeleton implementation of color and clifford...
2001-03-27 Christian Bauercontraction of symmetric with antisymmetric tensor...
2001-03-27 Christian Baueradded check for contraction of epsilon with symmetric...
2001-03-24 Richard Kreckel* Documented sqrfree. release_0-8-0
2001-03-24 Richard Kreckel* Date inserted.
2001-03-23 Richard Kreckel* Tidied some old crap.
2001-03-23 Christian Bauerfixed memory leaks in lst_to_matrix() and diag_matrix()
2001-03-23 Christian Bauerlst_to_matrix() takes a "lst &" instead of an "ex &"
2001-03-23 Christian Bauer- simplify_indexed() simplifies c*(M).i.j -> (M').i...
2001-03-23 Christian Bauersimplify_indexed() recognizes linear combinations of...
2001-03-23 Christian Bauerused new diag_matrix() and matrix from lst constructor
2001-03-23 Christian Bauerdocumentation update
2001-03-22 Richard Kreckel* Eliminated overloaded operator% for noncommunistic...
2001-03-22 Richard Kreckel* configure.in, cint/run_exams.cpp, cint/ginaccint...
2001-03-22 Richard Kreckel* INSTALL: reflect Cint status.
2001-03-22 Christian Bauersums of indexed matrices are now possible
2001-03-22 Christian Baueradded another relativistic electrodynamics check (energ...
2001-03-22 Christian Bauerbumped version number to 0.8.0
2001-03-21 Richard Kreckel* tensdelta is an atomic class.
2001-03-21 Christian Bauer- the tensor returned by metric_tensor() is symmetric
2001-03-21 Christian Bauerthe tensor returned by metric_tensor() is symmetric
2001-03-20 Richard Kreckel* Adjusted to current class shuffling.
2001-03-19 Christian Baueradded tutorial section about indexed objects
2001-03-16 Christian Baueran indexed "0" is just a plain "0"
2001-03-15 Richard Kreckel* Exam some simple square free factorizations.
2001-03-15 Richard Kreckel* added missing std::
2001-03-14 Richard Kreckel* add missing std::.
2001-03-14 Christian Baueradded checks involving epsilon tensor
2001-03-14 Christian Baueradded predefined epsilon tensor
2001-03-14 Christian Bauerdocumentation update
2001-03-14 Richard Kreckel* ex.h: add docu.
2001-03-14 Richard Kreckelfix stupid memory problem.
2001-03-11 Richard Kreckelnormal.cpp, normal.h: Fix Yun's algorithm (there was...
2001-03-10 Christian Bauerfixed major memory leak in mul::expand()
2001-03-09 Christian Bauer- lcm_of_coefficients_denominators(1/2+x^10) returned...
2001-03-06 Christian Bauer- revamped indexed objects
2001-03-06 Christian Baueradded checks for new indexed objects
2001-03-06 Christian Bauerdocumentation update
2001-03-06 Christian Bauerremoved obsolete files
2001-03-05 Richard Kreckel* New funny timing added: compute an antipode in Yukawa...
2001-03-01 Richard Kreckel* ginac/pseries.cpp (pseries::compare_same_type): optim...
2001-02-28 Richard Kreckel* This is a deliberately silly commit. release_0-7-3
2001-02-28 Richard Kreckel* Really make those macros work...
2001-02-28 Christian Bauerupdated to "autogen.sh Professional"
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-28 Richard Kreckel* Tweak around problem with unexpanded GINAC_DECLARE_RE...
2001-02-28 Richard Kreckel* Prepare for landing of version 0.7.3.
2001-02-28 Richard Kreckel* Macro deobfuscation.
2001-02-28 Richard Kreckel* some longish timings are now disabled by default.
2001-02-28 Richard Kreckel* prepare for landing of version 0.7.3.
2001-02-27 Christian Bauerwhen there are multiple variables with the same maximum...
2001-02-27 Christian Bauer"return" statement was missing in yyerror()
2001-02-27 Christian Bauerbuilding in separate directory didn't work
2001-02-21 Christian Bauer- g~mu_mu contraction returns Dim for general Lorentz...
2001-02-20 Christian Bauerdocumentation update
2001-02-20 Christian Baueradded a section about adding new algebraic classes...
2001-02-19 Richard KreckelFix two leaks in class pseries, where zero terms could...
2001-02-18 Richard Kreckelis_(ex_)(exactly_)of_type: macros fixed, simplfied...
2001-02-17 Richard Kreckelpseries::expand(): do not generate zero terms. release_0-7-2
next