]> www.ginac.de Git - ginac.git/history - ginac/pseries.cpp
Fixed log-patch.
[ginac.git] / ginac / pseries.cpp
2004-03-27 Jens VollingaFixed bug in series expansion
2004-03-11 Jens VollingaSynced to HEAD.
2004-03-10 Jens VollingaImproved series expansion synced to HEAD.
2004-01-04 Jens VollingaAdded complex conjugation methods and GiNaC function...
2003-08-25 Christian Bauerprint_tree prints the object addresses
2003-08-14 Christian Baueruse new-style print methods
2003-08-13 Christian Baueruse new-style print methods
2003-07-21 Christian Bauergenerous use of subs_options::no_pattern
2003-07-11 Christian Bauersubs() and normal() use maps instead of lists, resultin...
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-12-03 Christian Bauercleaned up some is_a<> vs. is_exactly_a<> stuff
2002-08-07 Christian Bauerimplemented the case in pseries::derivative() where...
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-12-19 Richard Kreckel* Added output-support for Python bindings and LaTeX...
2001-10-27 Richard Kreckel* Headers only include <iosfwd> from now on, since...
2001-10-26 Richard Kreckel* As agreed upon at lunch, remove debugmsg since it...
2001-10-22 Richard Kreckel* Some internal reorganization WRT flyweight handling...
2001-08-22 Richard Kreckel- Cleanups: My evil plot of making ex::bp private may...
2001-08-18 Richard Kreckel- carried on with felonious plot about making ex::bp...
2001-08-16 Richard Kreckel- doc update: motivate use of .expand() in basic::series().
2001-08-16 Christian Bauerbehavior when expanding (x-x_0)^-n is more reasonable
2001-08-15 Richard Kreckel- remove some explicit accesses to ex::bp by replacing...
2001-08-01 Richard Kreckel- pseries::power_const(): check for integer-exponent...
2001-07-28 Richard Kreckel- Move several comments into doxygen comment blocks.
2001-07-17 Richard Kreckel- added historical note.
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-06-23 Christian Bauer- added find() (like has(), but returns list of all...
2001-06-22 Christian Bauersome cleanups
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-15 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-05-24 Christian Bauer- first implementation of pattern matching
2001-05-19 Christian Bauerreplaced "precedence" static member variable by virtual...
2001-04-24 Richard Kreckel* Cint fix. It looks like the hacks are going to go...
2001-04-20 Christian Bauer- color/clifford objects have representation label...
2001-04-16 Richard Kreckel* Don't print '*' in LaTeX mode.
2001-04-15 Richard Kreckel* basic::collec() never worked correctly on non-polynom...
2001-04-09 Christian Bauer- renamed
2001-04-06 Christian Bauer- replaced the various print*() member functions by...
2001-04-02 Christian Bauerdegree(), ldegree(), coeff(), lcoeff(), tcoeff() and...
2001-03-28 Christian Bauer- added skeleton implementation of color and clifford...
2001-03-06 Christian Bauer- revamped indexed objects
2001-03-01 Richard Kreckel* ginac/pseries.cpp (pseries::compare_same_type): optim...
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-19 Richard KreckelFix two leaks in class pseries, where zero terms could...
2001-02-17 Richard Kreckelpseries::expand(): do not generate zero terms. release_0-7-2
2001-02-16 Christian BauerGINAC_DECLARE_REGISTERED_CLASS declares duplicate(...
2001-02-15 Christian Bauerthe destructor, copy constructor, and assignment operat...
2001-02-15 Richard Kreckelpseries::power_const: fix a critical bug that led to...
2001-02-14 Christian Bauerremoved the "some_*" and "typeid_*" definitions since...
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-09-23 Richard Kreckel- pseries::print(): did not insert parenthesis when...
2000-08-14 Richard Kreckel- Inserted some more std:: to make it compile under...
2000-08-11 Christian Bauer- more indentation fixes
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-07-22 Richard Kreckel- Fixed the bug that broke xloop's po_redux.
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-07-06 Richard Kreckel- Introduced derivative of Li2.
2000-07-03 Richard Kreckel- suppress zero-terms in expansion.
2000-06-09 Richard Kreckel- pseries::print(): Make it print more nicely.
2000-05-11 Christian Bauer- small efficiency fix in mul_series
2000-04-20 Richard Kreckel- expairseq.cpp: moved expairseq::to_rational to...
2000-04-18 Richard Kreckel- Overwritten: pseries::printtree().
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-13 Christian Bauer- ex::series() catches and re-throws exceptions happeni...
2000-03-02 Christian Bauer- collect() does nothing
2000-03-01 Christian Bauer- pseries::coeff() now uses a binary instead of a linea...
2000-02-21 Christian Bauer- collect() works better
2000-02-08 Christian Bauer- series expansion of pseries objects should now work...
2000-02-02 Richard Kreckel- diff() is now only defined on classes ex and basic...
2000-01-30 Richard Kreckel- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC...
2000-01-24 Richard Kreckel- Corrected a couple of typos
2000-01-21 Christian Bauer- changed all instances of "foo const &/*" to "const...
2000-01-21 Christian Bauer- implemented nops() and op() for pseries objects
2000-01-19 Christian Bauer- implemented global class registry (for class basic...