/[GiNaC]/ginac
ViewVC logotype

Index of /ginac

Files shown:81
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
Makefile.am  1.23  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
add.cpp  1.52  11 years  kreckel  - Move several comments into doxygen comment blocks.
add.h  1.33  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
archive.cpp  1.19  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
archive.h  1.16  11 years  cbauer  - Instead of just totally symmetric or antisymmetric, complex symmetries can n…
assertion.h  1.7  11 years  kreckel  some cleanups
basic.cpp  1.62  11 years  kreckel  - Move several comments into doxygen comment blocks.
basic.h  1.53  11 years  kreckel  - ex_to<foo>(obj) is a good candidate for asserting is_a<foo>(obj).
clifford.cpp  1.50  11 years  kreckel  - minor ISO cleanup.
clifford.h  1.37  11 years  cbauer  - epsilon*epsilon contractions work - dirac_slash(a, D) now constructs a special…
color.cpp  1.45  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
color.h  1.36  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
constant.cpp  1.37  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
constant.h  1.32  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
container.pl  1.42  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
debugmsg.h  1.9  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
ex.cpp  1.39  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
ex.h  1.48  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
expair.h  1.21  11 years  kreckel  - moved is_of_type and friend macros into utils.h so they can be phased out in…
expairseq.cpp  1.56  11 years  kreckel  - Move several comments into doxygen comment blocks.
expairseq.h  1.34  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
exprseq_suppl.cpp  1.14  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
fail.cpp  1.24  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
fail.h  1.25  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
fderivative.cpp  1.2  11 years  kreckel  - minor cleanup
fderivative.h  1.1  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
flags.h  1.24  11 years  cbauer  - added find() (like has(), but returns list of all occurrences) - added lst::so…
function.pl  1.62  11 years  kreckel  - moved is_of_type and friend macros into utils.h so they can be phased out in…
ginac.h  1.18  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
idx.cpp  1.38  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
idx.h  1.39  11 years  kreckel  - moved is_of_type and friend macros into utils.h so they can be phased out in…
indexed.cpp  1.60  11 years  cbauer  - epsilon*epsilon contractions work - dirac_slash(a, D) now constructs a special…
indexed.h  1.38  11 years  cbauer  - The default implementations of evalf(), diff(), normal() and expand() use ma…
inifcns.cpp  1.64  11 years  kreckel  - remove some explicit accesses to ex::bp by replacing with ex_to<>(). - log_ser…
inifcns.h  1.37  11 years  kreckel  - added an optional algorithm-switch to lsolve(). Ayeee, this breaks the inter…
inifcns_gamma.cpp  1.49  11 years  kreckel  - remove some explicit accesses to ex::bp by replacing with ex_to<>(). - log_ser…
inifcns_trans.cpp  1.40  11 years  kreckel  - remove some explicit accesses to ex::bp by replacing with ex_to<>(). - log_ser…
inifcns_zeta.cpp  1.24  11 years  kreckel  - moved is_of_type and friend macros into utils.h so they can be phased out in…
input_lexer.h  1.8  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
input_lexer.ll  1.12  11 years  kreckel  - moved is_of_type and friend macros into utils.h so they can be phased out in…
input_parser.yy  1.11  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
lst_suppl.cpp  1.12  11 years  kreckel  * Supplement some (now deprecated) macros by inlined template functions: - is_…
matrix.cpp  1.75  11 years  kreckel  - added another minor shortcut.
matrix.h  1.53  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
mul.cpp  1.57  11 years  kreckel  - Move several comments into doxygen comment blocks.
mul.h  1.36  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
ncmul.cpp  1.40  11 years  kreckel  - Move several comments into doxygen comment blocks.
ncmul.h  1.32  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
normal.cpp  1.65  11 years  kreckel  - fixed three little standard-conformance issues.
normal.h  1.13  11 years  cbauer  - The default implementations of evalf(), diff(), normal() and expand() use ma…
numeric.cpp  1.80  11 years  kreckel  - moved is_of_type and friend macros into utils.h so they can be phased out in…
numeric.h  1.57  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
operators.cpp  1.22  12 years  kreckel  * comparison operators should return const relationals.
operators.h  1.18  12 years  kreckel  * comparison operators should return const relationals.
power.cpp  1.65  11 years  cbauer  fixed potential crash in power:(l)degree() when used with non-integer exponents …
power.h  1.38  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
print.h  1.3  11 years  kreckel  * Supplement some (now deprecated) macros by inlined template functions: - is_…
pseries.cpp  1.56  11 years  kreckel  - doc update: motivate use of .expand() in basic::series().
pseries.h  1.28  11 years  kreckel  * Supplement some (now deprecated) macros by inlined template functions: - is_…
registrar.cpp  1.5  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
registrar.h  1.11  12 years  cbauer  replaced "precedence" static member variable by virtual precedence() function
relational.cpp  1.36  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
relational.h  1.32  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
remember.cpp  1.8  11 years  cbauer  some cleanups
remember.h  1.7  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
structure.cpp  1.24  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
structure.h  1.21  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
structure.pl  1.20  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
symbol.cpp  1.37  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
symbol.h  1.37  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
symmetry.cpp  1.8  11 years  kreckel  - fixed three little standard-conformance issues.
symmetry.h  1.3  11 years  kreckel  * Supplement some (now deprecated) macros by inlined template functions: - ex_…
tensor.cpp  1.24  11 years  cbauer  epsilon tensor contractions evaluate to metric tensors instead of deltas, which …
tensor.h  1.12  11 years  cbauer  - dummy index renaming works better - implemented contractions of epsilon tensor…
tinfos.h  1.20  11 years  cbauer  - replaced the Derivative() function by a more resonable fderivative class; to…
tostring.h  1.1  11 years  cbauer  moved ToString() here from utils.h
utils.cpp  1.23  11 years  kreckel  - use initializers in exception class pole_error.
utils.h  1.37  11 years  kreckel  - moved is_of_type and friend macros into utils.h so they can be phased out in…
version.h.in  1.3  12 years  kreckel  - See if __GNUC__ < 2.97 before using std::vector<..,malloc_alloc>. Sorry, th…
wildcard.cpp  1.5  11 years  kreckel  - fixed three little standard-conformance issues.
wildcard.h  1.6  11 years  cbauer  - added find() (like has(), but returns list of all occurrences) - added lst::so…

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15