]> www.ginac.de Git - ginac.git/history - ginac
- implemented global class registry (for class basic and derived classes)
[ginac.git] / ginac /
2000-01-19 Christian Bauer- implemented global class registry (for class basic...
2000-01-17 Alexander FrinkModification in output of last returned expression...
2000-01-15 Richard Kreckel- doublefactorial now falls back directly to CLN, which...
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
2000-01-10 welzel- minor updates.
1999-12-25 Richard Kreckel- speedup by declaring x_pt and so on const
1999-12-22 Richard Kreckel- polygamma functions (psi functions) know about half...
1999-12-21 Christian Bauer- matrix row/col made unsigned
1999-12-20 Richard Kreckel- added a abs() function. haven't you been longing...
1999-12-20 Richard Kreckel- more logic on the trigonometric function stuff.
1999-12-17 Richard Kreckel- Banned exZERO(), exONE(), exMINUSHALF() and all this...
1999-12-17 welzellortensor class
1999-12-14 Alexander Frinksome changes to allow GiNaC to cooperate with cint:
1999-12-13 Richard Kreckel- Run automake again on squark, as we had agreed earlier.
1999-12-13 Richard Kreckel- introduced info_flags::cinteger, info_flags::crational,
1999-12-10 Richard Kreckel- changed behaviour of numeric::is_rational() and added...
1999-12-10 Richard Kreckel- Introduced exception do_taylor to signal Taylor expan...
1999-12-02 Richard Kreckel- added the beta function to GiNaC
1999-12-02 Alexander Frinkfunction.pl did not compile
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-12-01 Richard Kreckel- added prefix and postfix increment and decrement...
1999-12-01 Christian Bauer- added 'ginac-config' script and 'ginac.m4' macros...
1999-11-30 Richard Kreckel- changed mul::print() to behave similar to add::print()
1999-11-29 Richard Kreckel- changed function::diff() to be more tolerant by check...
1999-11-26 Christian Bauer- files which are generated by perl scripts are made...
1999-11-26 Christian Bauer- building GiNaC will no longer bomb if Doxygen is...
1999-11-25 Christian Bauer- tutorial now built with texinfo
1999-11-25 Christian Bauer- automake 1.4 was complaining about AM_PROG_INSTALL...
1999-11-23 Richard Kreckel- Deleted some legacy code.
1999-11-22 Christian Bauer- ASSERT macro renamed to GINAC_ASSERT
1999-11-22 Christian Bauer- is_zero() is now called on expanded expressions in...
1999-11-22 Richard Kreckel- added Bernoulli numbers
1999-11-19 Richard Kreckel- a little bit more consistent evaluation of zeta(x)
1999-11-19 Christian Bauer- rotate_31() and golden_hash_ratio() moved to utils.h
1999-11-19 Richard Kreckel- architectural checkpoint for zeta-function.
1999-11-19 Christian Bauer- some files were missing in the distribution
1999-11-19 Richard Kreckel- fixed differentiation of gamma(x)
1999-11-18 Richard Kreckel- revamped output of add again to make it use the prece...
1999-11-18 Richard Kreckel- small type-fixes to male gcc -Wall shut up
1999-11-18 Christian Bauer- added documentation to ex_to_series() and series_to_p...
1999-11-18 Alexander Frinkremoved debugging output in lsolve()
1999-11-18 Richard Kreckel- deleted add::printpair() since this has become obsolete
1999-11-17 Christian Bauer- libginac.la no longer includes a dependency on librea...
1999-11-17 Christian Bauer- most functions were not static, but they should have...
1999-11-17 Christian Bauer- put everything in "GiNaC" namespace
1999-11-16 Christian Bauer- modified the comment blocks so the copyright message...
1999-11-12 Alexander Frinkadded setname/getname to idx
1999-11-12 Christian Bauer- docs now under automake control
1999-11-10 Christian Bauer- modified GiNaC headers to Alexander's liking
1999-11-10 Christian Bauer- enforced GiNaC coding standards :-)
1999-11-10 Richard KreckelHunted down some output bugs. Hope it can be safely...
1999-11-09 Christian Bauer- switched to automake build environment