2001-05-08 |
Richard Kreckel | * Added new operator semantics. |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Richard Kreckel | * Added some messy exams for new operator semantics. |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Richard Kreckel | * All operators are now strictly following the semantic... |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Richard Kreckel | - Remved obsolete remainders of preprocessor symbol... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Richard Kreckel | * Methods of class ex which do absolutely nothing than... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Richard Kreckel | * Updated Cint status. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Richard Kreckel | Changes needed for compilation with -DDO_GINAC_ASSERT: |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Christian Bauer | - symbols can have a LaTeX name, e.g. symbol s("s"... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Christian Bauer | - more clifford checks |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Christian Bauer | documentation and grammar updates |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Richard Kreckel | * add::coeff(): don't epvector::reserve() more terms... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Richard Kreckel | * Fix incompatibilities with recent versions of libread... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Richard Kreckel | * Fix incompatibilities with recent versions of libread... |
commit | commitdiff | tree | snapshot |
2001-04-28 |
Richard Kreckel | * Just for the record: this is what has been used for... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Christian Bauer | - dirac_trace() handles arbitrary expressions (even... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Christian Bauer | added more trace checks |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Christian Bauer | dirac_trace() can handle arbitrary gamma strings withou... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Christian Bauer | added more trace checks |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Richard Kreckel | * Minor packaging fixes. release_0-8-2 |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Richard Kreckel | * Cint fix. It looks like the hacks are going to go... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Richard Kreckel | * Example: Don't confuse users with _ex0(). |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Richard Kreckel | * Push towards 0.8.2. |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Christian Bauer | - added get_representation_label() |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Christian Bauer | added first trace check |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Richard Kreckel | \18* class matrix: solve() doesn't call algorithms redund... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Richard Kreckel | * class matrix: solve() doesn't call algorithms redunda... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Christian Bauer | - degree(), ldegree(), coeff(), lcoeff(), tcoeff()... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Christian Bauer | - color/clifford objects have representation label... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Christian Bauer | - dirac_one() -> dirac_ONE() |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Richard Kreckel | * fixed some mindboggling tremendous superhuge gigantic... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Richard Kreckel | * color.cpp: remove duplicated default args. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Richard Kreckel | * Now this four-package split-up is gonna get in. ... release_0-8-1 |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Richard Kreckel | * Finalization for 0.8.1. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Richard Kreckel | * Documented print_latex. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Richard Kreckel | * Don't print '*' in LaTeX mode. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Richard Kreckel | * Still some std:: missing... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Richard Kreckel | * Added example about series expansion. |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Richard Kreckel | * basic::collec() never worked correctly on non-polynom... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Richard Kreckel | * INSTALL: adjusted Cint status. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Richard Kreckel | * Preparing for 0.8.1. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Richard Kreckel | * Removed obsolete exponent marker in float output... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Richard Kreckel | * add::print() shouldn't put parens around overall_coeff. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Richard Kreckel | * Remove bogus counter in sqrfree_yun(). |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Christian Bauer | archive property example uses propinfovector |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Christian Bauer | added basic::get_precedence() |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Richard Kreckel | * introduced typedef propinfovector in order to please... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Christian Bauer | adapted to change symbol::getname() -> symbol::get_name() |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Christian Bauer | added functions to retrieve the properties stored in... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Christian Bauer | - updated to reflect the extended possibilities of... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Christian Bauer | - renamed |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Christian Bauer | added function::get_name() to return a function's print... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Christian Bauer | something like 2/3*a is no longer printed as (2/3)*a |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Christian Bauer | updated with respect to new print() method |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Christian Bauer | printtree() -> print(print_tree()) |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Christian Bauer | - replaced the various print*() member functions by... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Christian Bauer | added check for archiving system |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Christian Bauer | subs() performs "syntactic substitution" as in Maple... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Christian Bauer | - subs() can be used to substitute functions, tensors... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Christian Bauer | - subs() can be used to substitute functions, tensors... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Christian Bauer | degree(), ldegree(), coeff(), tcoeff(), lcoeff() and... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Christian Bauer | simplify_indexed() will re-expand the expression and... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Richard Kreckel | * removed some obsolete stuff. |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Christian Bauer | degree(), ldegree(), coeff(), lcoeff(), tcoeff() and... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Christian Bauer | the unsigned number 128 was stored incorrectly (0x80... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Christian Bauer | - added Clifford contractions: |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Christian Bauer | - dummy index recognition in products was flawed: A... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Christian Bauer | added checks for bugs in GiNaC 0.8.0 |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Christian Bauer | added checks for color objects |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Christian Bauer | - added Clifford algebra unity element |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Christian Bauer | - introduced macros to shorten the source files |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Christian Bauer | skeleton implementation of new color class |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Christian Bauer | restored deleted files |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Christian Bauer | - added skeleton implementation of color and clifford... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Christian Bauer | contraction of symmetric with antisymmetric tensor... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Christian Bauer | added check for contraction of epsilon with symmetric... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Richard Kreckel | * Documented sqrfree. release_0-8-0 |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Richard Kreckel | * Date inserted. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Richard Kreckel | * Tidied some old crap. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Christian Bauer | fixed memory leaks in lst_to_matrix() and diag_matrix() |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Christian Bauer | lst_to_matrix() takes a "lst &" instead of an "ex &" |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Christian Bauer | - simplify_indexed() simplifies c*(M).i.j -> (M').i... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Christian Bauer | simplify_indexed() recognizes linear combinations of... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Christian Bauer | used new diag_matrix() and matrix from lst constructor |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Richard Kreckel | * Eliminated overloaded operator% for noncommunistic... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Richard Kreckel | * configure.in, cint/run_exams.cpp, cint/ginaccint... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Richard Kreckel | * INSTALL: reflect Cint status. |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Christian Bauer | sums of indexed matrices are now possible |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Christian Bauer | added another relativistic electrodynamics check (energ... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Christian Bauer | bumped version number to 0.8.0 |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Richard Kreckel | * tensdelta is an atomic class. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Christian Bauer | - the tensor returned by metric_tensor() is symmetric |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Christian Bauer | the tensor returned by metric_tensor() is symmetric |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Richard Kreckel | * Adjusted to current class shuffling. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Christian Bauer | added tutorial section about indexed objects |
commit | commitdiff | tree | snapshot |
next |