git://www.ginac.de
/
ginac.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
* Minor cleanups to avoid copying of symbols and stuff like that.
[ginac.git]
/
ginac
/
inifcns_gamma.cpp
2001-11-22
Richard Kreckel
* Minor cleanups to avoid copying of symbols and stuff...
blob
|
commitdiff
|
raw
2001-10-22
Richard Kreckel
* Some internal reorganization WRT flyweight handling...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-22
Richard Kreckel
- Cleanups: My evil plot of making ex::bp private may...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-15
Richard Kreckel
- remove some explicit accesses to ex::bp by replacing...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-30
Richard Kreckel
- moved is_of_type and friend macros into utils.h so...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Richard Kreckel
* Ctors of class numeric are not explicit any more...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-17
Richard Kreckel
* fix strange indentation thingie.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-16
Richard Kreckel
* Supplement some (now deprecated) macros by inlined...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-11
Christian Bauer
- Instead of just totally symmetric or antisymmetric...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-05
Richard Kreckel
- Small LaTeX output fixes as suggested by Stefan.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-07
Richard Kreckel
* Methods of class ex which do absolutely nothing than...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-15
Richard Kreckel
* basic::collec() never worked correctly on non-polynom...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-28
Richard Kreckel
* ginac/registrar.h: dtor is inlined now.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-17
Richard Kreckel
pseries::expand(): do not generate zero terms.
release_0-7-2
blob
|
commitdiff
|
raw
|
diff to current
2001-01-22
Richard Kreckel
- See if __GNUC__ < 2.97 before using std::vector<...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-14
Richard Kreckel
- Inserted some more std:: to make it compile under...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-11
Christian Bauer
- more indentation fixes
blob
|
commitdiff
|
raw
|
diff to current
2000-08-11
Christian Bauer
- indentation is now done with tabs
blob
|
commitdiff
|
raw
|
diff to current
2000-07-26
Richard Kreckel
- Made determinant_algo (in flags.h) really work.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-22
Richard Kreckel
- Fixed the bug that broke xloop's po_redux.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-21
Richard Kreckel
- Derivatives are now assembled in a slightly different...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-20
Richard Kreckel
- expairseq.cpp: moved expairseq::to_rational to...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-03
Richard Kreckel
- Some corrections in series expansion of several funct...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-30
Richard Kreckel
- dramatic speedup for characteristic polynomials of...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-26
Richard Kreckel
- As advertised: we are calling the Gamma function...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-23
Richard Kreckel
- We now write f(x).series(x==3,5) instead of f(x)...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-21
Richard Kreckel
- gamma() -> Gamma().
blob
|
commitdiff
|
raw
|
diff to current
2000-02-21
Alexander Frink
container.pl: can now generate constructors for an...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-02
Richard Kreckel
- diff() is now only defined on classes ex and basic...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-30
Richard Kreckel
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-24
Richard Kreckel
- removed superfluous ex ser_numer; in gamma_series()
blob
|
commitdiff
|
raw
|
diff to current
2000-01-19
Christian Bauer
- implemented global class registry (for class basic...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-11
Richard Kreckel
- made nops() return unsigned instead of int
blob
|
commitdiff
|
raw
|
diff to current
1999-12-25
Richard Kreckel
- speedup by declaring x_pt and so on const
blob
|
commitdiff
|
raw
|
diff to current
1999-12-22
Richard Kreckel
- polygamma functions (psi functions) know about half...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-20
Richard Kreckel
- more logic on the trigonometric function stuff.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-17
Richard Kreckel
- Banned exZERO(), exONE(), exMINUSHALF() and all this...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-13
Richard Kreckel
- introduced info_flags::cinteger, info_flags::crational,
blob
|
commitdiff
|
raw
|
diff to current
1999-12-10
Richard Kreckel
- Introduced exception do_taylor to signal Taylor expan...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-02
Richard Kreckel
- added the beta function to GiNaC
blob
|
commitdiff
|
raw
|
diff to current
1999-12-02
Alexander Frink
#ifndef around namespace GiNaC { }
blob
|
commitdiff
|
raw
|
diff to current
1999-12-01
Richard Kreckel
- added prefix and postfix increment and decrement...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-29
Richard Kreckel
- changed function::diff() to be more tolerant by check...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-22
Christian Bauer
- ASSERT macro renamed to GINAC_ASSERT
blob
|
commitdiff
|
raw
|
diff to current
1999-11-19
Richard Kreckel
- architectural checkpoint for zeta-function.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-19
Richard Kreckel
- fixed differentiation of gamma(x)
blob
|
commitdiff
|
raw
|
diff to current
1999-11-17
Christian Bauer
- most functions were not static, but they should have...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-17
Christian Bauer
- put everything in "GiNaC" namespace
blob
|
commitdiff
|
raw
|
diff to current
1999-11-16
Christian Bauer
- modified the comment blocks so the copyright message...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-10
Christian Bauer
- modified GiNaC headers to Alexander's liking
blob
|
commitdiff
|
raw
|
diff to current
1999-11-10
Christian Bauer
- enforced GiNaC coding standards :-)
blob
|
commitdiff
|
raw
|
diff to current
1999-11-09
Christian Bauer
- switched to automake build environment
blob
|
commitdiff
|
raw
|
diff to current