git://www.ginac.de
/
ginac.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
- added historical note.
[ginac.git]
/
ginac
/
pseries.cpp
2001-07-17
Richard Kreckel
- added historical note.
blob
|
commitdiff
|
raw
2001-06-27
Christian Bauer
- replaced the Derivative() function by a more resonabl...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-23
Christian Bauer
- added find() (like has(), but returns list of all...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-22
Christian Bauer
some cleanups
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-15
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-05-24
Christian Bauer
- first implementation of pattern matching
blob
|
commitdiff
|
raw
|
diff to current
2001-05-19
Christian Bauer
replaced "precedence" static member variable by virtual...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-24
Richard Kreckel
* Cint fix. It looks like the hacks are going to go...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-20
Christian Bauer
- color/clifford objects have representation label...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-16
Richard Kreckel
* Don't print '*' in LaTeX mode.
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-04-09
Christian Bauer
- renamed
blob
|
commitdiff
|
raw
|
diff to current
2001-04-06
Christian Bauer
- replaced the various print*() member functions by...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-02
Christian Bauer
degree(), ldegree(), coeff(), lcoeff(), tcoeff() and...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-28
Christian Bauer
- added skeleton implementation of color and clifford...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-06
Christian Bauer
- revamped indexed objects
blob
|
commitdiff
|
raw
|
diff to current
2001-03-01
Richard Kreckel
* ginac/pseries.cpp (pseries::compare_same_type): optim...
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-19
Richard Kreckel
Fix two leaks in class pseries, where zero terms could...
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-02-16
Christian Bauer
GINAC_DECLARE_REGISTERED_CLASS declares duplicate(...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-15
Christian Bauer
the destructor, copy constructor, and assignment operat...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-15
Richard Kreckel
pseries::power_const: fix a critical bug that led to...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-14
Christian Bauer
removed the "some_*" and "typeid_*" definitions since...
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-09-23
Richard Kreckel
- pseries::print(): did not insert parenthesis when...
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-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-07-06
Richard Kreckel
- Introduced derivative of Li2.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-03
Richard Kreckel
- suppress zero-terms in expansion.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-09
Richard Kreckel
- pseries::print(): Make it print more nicely.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-11
Christian Bauer
- small efficiency fix in mul_series
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-18
Richard Kreckel
- Overwritten: pseries::printtree().
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-13
Christian Bauer
- ex::series() catches and re-throws exceptions happeni...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-02
Christian Bauer
- collect() does nothing
blob
|
commitdiff
|
raw
|
diff to current
2000-03-01
Christian Bauer
- pseries::coeff() now uses a binary instead of a linea...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-21
Christian Bauer
- collect() works better
blob
|
commitdiff
|
raw
|
diff to current
2000-02-08
Christian Bauer
- series expansion of pseries objects should now work...
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
- Corrected a couple of typos
blob
|
commitdiff
|
raw
|
diff to current
2000-01-21
Christian Bauer
- changed all instances of "foo const &/*" to "const...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-21
Christian Bauer
- implemented nops() and op() for pseries objects
blob
|
commitdiff
|
raw
|
diff to current
2000-01-19
Christian Bauer
- implemented global class registry (for class basic...
blob
|
commitdiff
|
raw
|
diff to current