]> www.ginac.de Git - ginac.git/history - ginac/pseries.h
- color and clifford classes are quite functional now
[ginac.git] / ginac / pseries.h
2001-04-20 Christian Bauer- color/clifford objects have representation label...
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-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-16 Christian BauerGINAC_DECLARE_REGISTERED_CLASS declares duplicate(...
2001-02-15 Christian Bauerthe destructor, copy constructor, and assignment operat...
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- 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-06-09 Richard Kreckel- pseries::print(): Make it print more nicely.
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-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-27 Christian Bauer- building GiNaC in a separate directory now works
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...