2003-08-29 |
Christian Bauer | moved the reference counter into its own class "refcounted" |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Richard Kreckel | * Fix for lintian error "package-lacks-versioned-build... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Richard Kreckel | * Oops, forgot to cvs add the two new files in last... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Richard Kreckel | * Preliminar update over Debian's ginac_1.1.3-1.diff.gz. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Christian Bauer | lsts are not shareable by default |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | - added some (empty) exception specifications (reduces... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | documentation update (sort of) |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | symbols can be made noncommutative (see symbol construc... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | bumped archive version number because of added attribut... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | generous use of auto_ptr to provide better exception... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Christian Bauer | print_tree prints the object addresses |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Christian Bauer | - documented numeric::to_int()/to_long()/to_double... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | some functions that were restricted to symbols for... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | some functions that took a "const symbol &" now take... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | removed some obsolete functions |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | - implemented object fusion as proposed by Richy |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | - quo(), rem(), prem(), sprem() and decomp_rational... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | added flag to disable object fusion |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | - charpoly(): lambda is now a "const ex &" instead... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | fixed typo (flags -> fl) and made the set of flags... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Christian Bauer | added on-line help for nestedsums functions |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Christian Bauer | hash_map.h didn't get installed |
commit | commitdiff | tree | snapshot |
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 |
next |