]> www.ginac.de Git - ginac.git/commit - ginac/basic.h
- diff() is now only defined on classes ex and basic, where it handles
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 2 Feb 2000 18:49:29 +0000 (18:49 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 2 Feb 2000 18:49:29 +0000 (18:49 +0000)
commit97af29c12bb3074cfb4e674d71000f0712c51ba2
tree5c199dce1dedf661055c15b8098cfab147193364
parentcbc11c7f58c923953c54fcba798bf97e7deb81a3
- diff() is now only defined on classes ex and basic, where it handles
  higher derivatives.  derivative() is now the method to be implemented
  by the user that does single derivatives, it is protected.
- Implemented some very clumpsy automatic generation of ginaccint.
  It is ugly because we have to compile libginac without namespace GiNaC.
- Fixed some wrong logic in numeric::power().
47 files changed:
Makefile.in
NEWS
check/Makefile.in
cint/Makefile.am
cint/Makefile.in
cint/ginaccint.1
cint/ginaccint.bin.cpp [moved from cint/ginaccint.cpp with 76% similarity]
cint/ginaccint.in [new file with mode: 0644]
configure
configure.in
doc/Makefile.in
doc/reference/Makefile.in
doc/tutorial/Makefile.in
doc/tutorial/ginac.texi
ginac/Makefile.am
ginac/Makefile.in
ginac/add.cpp
ginac/add.h
ginac/basic.cpp
ginac/basic.h
ginac/constant.cpp
ginac/constant.h
ginac/container.pl
ginac/diff.cpp [deleted file]
ginac/ex.cpp
ginac/expairseq.cpp
ginac/expairseq.h
ginac/function.pl
ginac/indexed.cpp
ginac/indexed.h
ginac/inifcns_gamma.cpp
ginac/inifcns_trans.cpp
ginac/inifcns_zeta.cpp
ginac/mul.cpp
ginac/mul.h
ginac/ncmul.cpp
ginac/ncmul.h
ginac/numeric.cpp
ginac/numeric.h
ginac/power.cpp
ginac/power.h
ginac/pseries.cpp
ginac/pseries.h
ginac/symbol.cpp
ginac/symbol.h
ginac/utils.h
ginsh/Makefile.in