2003-08-21 |
Christian Bauer | operator[] -> insert() (probably more efficient) |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Christian Bauer | removed unused function |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Christian Bauer | more efficient constructors |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Christian Bauer | ex_to<>(), is_a<>() and is_exactly_a<>() weren't inlined |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christian Bauer | added exams and timings for exhashmap<> |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christian Bauer | added exhashmap<> as a replacement for map<> that uses... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christian Bauer | cleaned up specializations of swap()/iter_swap() |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christian Bauer | fixed typo |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Christian Bauer | added ex::const_iterator, ex::begin(), ex::end() |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Christian Bauer | - string -> const char * (compiles about 100 times... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Jens Vollinga | synced to 1.2 |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Richard Kreckel | * acinclude.m4 (GINAC_CHECK_ERRORS): exit with non... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Christian Bauer | added test for structure<> template |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Jens Vollinga | synced to 1.2 |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Jens Vollinga | synced to 1.2 |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Christian Bauer | lst(0) now works as expected |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | print methods can be replaced at run-time with set_prin... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | print_tree: only print the "nops=" line when nops(... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | removed debug code |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | DEFAULT_PRINT macros generate new-style print methods |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | initialize print_context registry on startup |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | - print_context::duplicate() wasn't virtual |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Christian Bauer | implemented double dispatch for print(); methods are... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Christian Bauer | fixed compilation problem after the registered_class_op... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Christian Bauer | - added registry for print_context classes (use print_c... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | - split registered_class_info into the actual per-class... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | hash value computation for indices takes index dimensio... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | removed unnecessary const_cast |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | normal() uses an additional reverse lookup map |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | generous use of subs_options::no_pattern |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | subs_no_pattern -> no_pattern, subs_algebraic -> algebraic |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | subs_no_pattern -> no_pattern, subs_algebraic -> algebr... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | subs_no_pattern -> no_pattern, subs_algebraic -> algebraic |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Christian Bauer | fixes for gcc 3.4 |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Christian Bauer | tinfo_key wasn't set correctly in certain constructors |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christian Bauer | describe ex_is_less and ex_is_equal |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christian Bauer | subs() and normal() use maps instead of lists, resultin... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christian Bauer | runs with sizes 50,100,200,500 instead of 25,50,100... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Christian Bauer | tiny optimization in subs() |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Christian Bauer | added 'structure' to class list |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Christian Bauer | - added structure template |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Christian Bauer | merging 1.2 branch into main trunk |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Christian Bauer | synced to 1.2 |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Christian Bauer | - updated docs |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Christian Bauer | function(unsigned, const exprseq &) constructor clears... |
commit | commitdiff | tree | snapshot |
2003-03-24 |
Christian Bauer | use "rpmbuild" instead of "rpm" |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Christian Bauer | fixed typo |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Christian Bauer | updated the logic in the numeric(int) constructor |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Christian Bauer | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Christian Bauer | fixed some compiler warnings |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Christian Bauer | finalized 1.0.14 release_1-0-14 |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Christian Bauer | unit_matrix() uses a heap-allocated matrix |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Christian Bauer | synced to 1.0 |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Christian Bauer | function_options::do_not_evalf_params() now actually... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Christian Bauer | expanded the section on adding symbolic functions to... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Christian Bauer | updated the section about lists |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Christian Bauer | added a section about automatic evaluation |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Christian Bauer | - exprseq and lst are commutative (they shouldn't appea... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2003-02-07 |
Christian Bauer | gcc 2.95 doesn't have the <limits> header |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Christian Bauer | dimension in dirac gamma contractions was miscalculated |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Christian Bauer | - complex numbers are printed correctly (using the... |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Christian Bauer | dummy index renamer ignores index dimensions |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Christian Bauer | finalized 1.0.13 release_1-0-13 |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Christian Bauer | synced to 1.0 |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Christian Bauer | even better dummy index symmetrization |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Christian Bauer | two arrays were declared "static" that shouldn't have... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Christian Bauer | added missing minimal_dim() from 1.1 branch |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Christian Bauer | - prepared for 1.0.13 release |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Christian Bauer | prepared for 1.0.13 release |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Christian Bauer | fixed description of find() behavior |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Christian Bauer | fixed some typos |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Christian Bauer | cleaned up some is_a<> vs. is_exactly_a<> stuff |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Christian Bauer | - collect_common_factors() works better with negative... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Christian Bauer | - added collect_common_factors() |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Christian Bauer | added collect_common_factors() (is this a good name?) |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Christian Bauer | added symbolic_matrix() |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Christian Bauer | fixed a bug in the dummy index symmetrization [Chris... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Christian Bauer | - powers with negative exponents are printed as fractio... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Christian Bauer | - added Dirac gammaL and gammaR objects (chiral projectors) |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Christian Bauer | documentation update (Clifford algebra) |
commit | commitdiff | tree | snapshot |
next |