]> www.ginac.de Git - ginac.git/history - ginac
* Added complex conjugation methods and GiNaC function "conjugate".
[ginac.git] / ginac /
2004-01-04 Jens Vollinga* Added complex conjugation methods and GiNaC function...
2004-01-04 Jens VollingaAdded complex conjugation methods and GiNaC function...
2003-12-19 Jens VollingaRemoved debugging code.
2003-12-19 Jens VollingaFixed bug in convergence check with complex arguments.
2003-12-19 Richard Kreckel* s/LFLAGS/AM_LFLAGS/, s/YFLAGS/AM_YFLAGS/.
2003-12-18 Christian Bauersome attempts to squeeze performance out of mul::expand()
2003-12-16 Christian Bauer1/1/e expanded e but shouldn't
2003-12-13 Christian Bauerfixed omission in power::expand()
2003-12-11 Christian Baueroptimization to ex::expand()
2003-12-11 Christian Bauersynced to 1.1 (expand() problem)
2003-12-11 Christian Bauerhash keys of indices must not depend on the index dimen...
2003-12-08 Jens VollingaSynced to HEAD.
2003-12-01 Jens VollingaFixed severe bug that caused Li and S to hang for certa...
2003-12-01 Jens Vollinga* Fixed bug in convert_H_to_Li()
2003-12-01 Jens Vollinga* eval() now completed for every function
2003-11-29 Jens Vollinga* Removed H(m,s,x)
2003-11-20 Christian Bauerfderivative wasn't printed correctly
2003-11-18 Jens Vollinga* Added harmonic polylog with signed parameters as...
2003-11-18 Christian Baueradded a do-nothing function option "dummy()" to simplif...
2003-11-18 Jens Vollinga* Fixed bug in zeta(m,s).
2003-11-17 Jens Vollinga* Removed mZeta
2003-11-17 Jens Vollinga* zeta(n,x) is now zetaderiv(n,s)
2003-11-03 Jens VollingaSynced changes to HEAD.
2003-10-20 Christian Baueradded an "options" parameter to simplify_indexed()...
2003-10-17 Christian Bauersynced to 1.1
2003-10-14 Richard Kreckel* Dox fix.
2003-10-12 Richard Kreckel* All your dependent bases are... D'Oh!
2003-10-12 Richard Kreckel* Some of your (dependent) bases are belong to somebody...
2003-10-12 Richard Kreckel* All your dependent bases are belong to us!
2003-10-12 Richard Kreckel* All your dependent bases are belong to us!
2003-10-01 Christian Baueradded insert(iterator, value_type)
2003-09-30 Jens VollingaSynced to 1.1
2003-09-30 Christian BauerImplemented the Blitz++ trick to allow the initializati...
2003-09-29 Jens VollingaSynced to 1.1
2003-09-18 Christian Bauertidied up ex::subs()
2003-09-05 Christian BauerImproved the pre-/postorder iterators: They visit the...
2003-09-04 Christian Bauerthe old methods of ex remain for compatibility
2003-09-03 Christian Bauerminor optimizations to ex::subs()
2003-09-03 Christian Bauerimplemented operator-> for the iterators
2003-09-02 Christian Baueradded some words of warning to ex_to<>()
2003-09-02 Christian Bauer- added missing #include <stdexcept>
2003-08-29 Christian BauerAdded const_iterator, const_preorder_iterator, const_po...
2003-08-29 Christian Bauermoved the reference counter into its own class "refcounted"
2003-08-27 Christian Bauerlsts are not shareable by default
2003-08-26 Christian Bauer- added some (empty) exception specifications (reduces...
2003-08-26 Christian Bauersymbols can be made noncommutative (see symbol construc...
2003-08-26 Christian Bauergenerous use of auto_ptr to provide better exception...
2003-08-25 Christian Bauerprint_tree prints the object addresses
2003-08-24 Christian Bauerremoved some obsolete functions
2003-08-24 Christian Bauer- implemented object fusion as proposed by Richy
2003-08-24 Christian Bauer- quo(), rem(), prem(), sprem() and decomp_rational...
2003-08-24 Christian Baueradded flag to disable object fusion
2003-08-24 Christian Bauer- charpoly(): lambda is now a "const ex &" instead...
2003-08-24 Christian Bauerfixed typo (flags -> fl) and made the set of flags...
2003-08-22 Christian Bauerhash_map.h didn't get installed
2003-08-21 Christian Baueroperator[] -> insert() (probably more efficient)
2003-08-21 Christian Bauerremoved unused function
2003-08-21 Christian Bauermore efficient constructors
2003-08-21 Christian Bauerex_to<>(), is_a<>() and is_exactly_a<>() weren't inlined
2003-08-20 Christian Baueradded exhashmap<> as a replacement for map<> that uses...
2003-08-20 Christian Bauercleaned up specializations of swap()/iter_swap()
2003-08-20 Christian Bauerfixed typo
2003-08-18 Christian Baueradded ex::const_iterator, ex::begin(), ex::end()
2003-08-14 Jens Vollingasynced to 1.2
2003-08-14 Christian Baueruse new-style print methods
2003-08-13 Christian Baueruse new-style print methods
2003-08-13 Christian Bauerlst(0) now works as expected
2003-08-06 Christian Bauerprint methods can be replaced at run-time with set_prin...
2003-08-06 Christian Baueruse new-style print methods
2003-08-06 Christian Baueruse new-style print methods
2003-08-06 Christian Bauerprint_tree: only print the "nops=" line when nops(...
2003-07-31 Christian Bauerremoved debug code
2003-07-31 Christian Baueruse new-style print methods
2003-07-31 Christian BauerDEFAULT_PRINT macros generate new-style print methods
2003-07-31 Christian Bauerinitialize print_context registry on startup
2003-07-31 Christian Bauer- print_context::duplicate() wasn't virtual
2003-07-25 Christian Bauerimplemented double dispatch for print(); methods are...
2003-07-25 Christian Bauerfixed compilation problem after the registered_class_op...
2003-07-22 Christian Bauer- added registry for print_context classes (use print_c...
2003-07-21 Christian Bauer- split registered_class_info into the actual per-class...
2003-07-21 Christian Bauerhash value computation for indices takes index dimensio...
2003-07-21 Christian Bauerremoved unnecessary const_cast
2003-07-21 Christian Bauernormal() uses an additional reverse lookup map
2003-07-21 Christian Bauergenerous use of subs_options::no_pattern
2003-07-21 Christian Bauersubs_no_pattern -> no_pattern, subs_algebraic -> algebraic
2003-07-21 Christian Bauersubs_no_pattern -> no_pattern, subs_algebraic -> algebr...
2003-07-17 Christian Bauerfixes for gcc 3.4
2003-07-14 Christian Bauertinfo_key wasn't set correctly in certain constructors
2003-07-11 Christian Bauersubs() and normal() use maps instead of lists, resultin...
2003-07-10 Christian Bauertiny optimization in subs()
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-06-30 Christian Bauersynced to 1.1
2003-06-30 Christian Bauersynced to 1.2
2003-04-30 Christian Bauerfunction(unsigned, const exprseq &) constructor clears...
2003-03-05 Christian Bauerupdated the logic in the numeric(int) constructor
2003-03-04 Christian Bauer*** empty log message ***
2003-02-27 Christian Bauerunit_matrix() uses a heap-allocated matrix
2003-02-20 Christian Bauersynced to 1.0
2003-02-20 Christian Bauerfunction_options::do_not_evalf_params() now actually...
2003-02-19 Christian Bauer- exprseq and lst are commutative (they shouldn't appea...
next