/[GiNaC]/ginac
ViewVC logotype

Index of /ginac

Files shown:76
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
matrix.cpp  1.63  11 years  kreckel  - matrix::pow(): omit last big multiplication if it's not needed.
matrix.h  1.48  11 years  cbauer  - maximum number of arguments for lists bumped to 16 (for making 4x4 matrices) -…
basic.cpp  1.54  11 years  cbauer  - maximum number of arguments for lists bumped to 16 (for making 4x4 matrices) -…
inifcns.cpp  1.51  11 years  cbauer  - maximum number of arguments for lists bumped to 16 (for making 4x4 matrices) -…
container.pl  1.33  11 years  cbauer  - maximum number of arguments for lists bumped to 16 (for making 4x4 matrices) -…
archive.h  1.15  11 years  kreckel  - Removed obsolete (even for Cint!) malloc_alloc template arguments.
basic.h  1.45  11 years  kreckel  - Removed obsolete (even for Cint!) malloc_alloc template arguments.
utils.h  1.32  11 years  kreckel  - inserted a couple of missing namepace std:: resolutions.
color.cpp  1.39  11 years  kreckel  - inserted a couple of missing namepace std:: resolutions.
indexed.cpp  1.51  11 years  kreckel  - inserted a couple of missing namepace std:: resolutions.
symbol.cpp  1.33  11 years  kreckel  - Small LaTeX output fixes as suggested by Stefan.
inifcns_gamma.cpp  1.43  11 years  kreckel  - Small LaTeX output fixes as suggested by Stefan.
inifcns_zeta.cpp  1.22  11 years  kreckel  - Small LaTeX output fixes as suggested by Stefan.
wildcard.h  1.2  11 years  cbauer  - fixed typos - c*M^n with M being a matrix wasn't correctly evalm()'d for n!=1 …
mul.cpp  1.48  11 years  cbauer  - fixed typos - c*M^n with M being a matrix wasn't correctly evalm()'d for n!=1 …
wildcard.cpp  1.2  11 years  cbauer  - fixed typos - c*M^n with M being a matrix wasn't correctly evalm()'d for n!=1 …
power.h  1.33  11 years  kreckel  - ++version_major. - added matrix::pow() to handle integer exponents with the le…
numeric.h  1.52  11 years  kreckel  - ++version_major. - added matrix::pow() to handle integer exponents with the le…
function.pl  1.48  11 years  kreckel  - ++version_major. - added matrix::pow() to handle integer exponents with the le…
ex.cpp  1.37  11 years  kreckel  - ++version_major. - added matrix::pow() to handle integer exponents with the le…
power.cpp  1.52  11 years  kreckel  - ++version_major. - added matrix::pow() to handle integer exponents with the le…
relational.h  1.26  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
input_lexer.ll  1.10  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
ncmul.h  1.29  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
expairseq.h  1.27  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
inifcns.h  1.32  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
relational.cpp  1.29  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
ncmul.cpp  1.32  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
mul.h  1.33  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
input_parser.yy  1.11  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
expairseq.cpp  1.45  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
add.h  1.30  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
ex.h  1.44  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
add.cpp  1.43  11 years  cbauer  - in the output, list delimiters are now { } and matrix delimiters are [ ] - add…
normal.cpp  1.59  11 years  cbauer  - added numer_denom() to get numerator and denominator in one pass - symmetrize(…
indexed.h  1.34  11 years  cbauer  - added numer_denom() to get numerator and denominator in one pass - symmetrize(…
clifford.cpp  1.40  11 years  cbauer  - permutation_sign() and shaker_sort() are no longer inlined - symmetrize() no l…
tensor.cpp  1.15  11 years  cbauer  - added symmetrize() and antisymmetrize() functions - generalized permutation_si…
idx.cpp  1.33  11 years  cbauer  - added symmetrize() and antisymmetrize() functions - generalized permutation_si…
fail.h  1.23  11 years  cbauer  - renamed ncpower() to ncpow() - canonicalize_clifford() uses to_rational() now …
fail.cpp  1.23  11 years  cbauer  - renamed ncpower() to ncpow() - canonicalize_clifford() uses to_rational() now …
idx.h  1.33  11 years  cbauer  - removed debugging code in match() - added ex::match(const ex & pattern) which …
tinfos.h  1.18  11 years  cbauer  - first implementation of pattern matching
pseries.h  1.27  11 years  cbauer  - first implementation of pattern matching
pseries.cpp  1.44  11 years  cbauer  - first implementation of pattern matching
ginac.h  1.16  11 years  cbauer  - first implementation of pattern matching
Makefile.am  1.21  11 years  cbauer  - first implementation of pattern matching
registrar.h  1.11  12 years  cbauer  replaced "precedence" static member variable by virtual precedence() function
numeric.cpp  1.74  12 years  cbauer  replaced "precedence" static member variable by virtual precedence() function
utils.cpp  1.21  12 years  cbauer  - dummy index renamer didn't account for internal dummy indices of objects in …
clifford.h  1.31  12 years  cbauer  - simplify_indexed() renames dummy indices so, e.g., "a.i*a.i+a.j*a.j" gets si…
color.h  1.32  12 years  cbauer  - dirac_trace() takes an optional third argument: the expression to use for th…
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.
tensor.h  1.9  12 years  cbauer  - color and clifford classes are quite functional now - new "spinidx" class for …
symbol.h  1.31  12 years  cbauer  - symbols can have a LaTeX name, e.g. symbol s("s", "\\sigma"); - LaTeX output o…
constant.h  1.29  12 years  cbauer  - symbols can have a LaTeX name, e.g. symbol s("s", "\\sigma"); - LaTeX output o…
constant.cpp  1.33  12 years  cbauer  - symbols can have a LaTeX name, e.g. symbol s("s", "\\sigma"); - LaTeX output o…
structure.pl  1.17  12 years  kreckel  * fixed some mindboggling tremendous superhuge gigantic #*@$&! memory leaks.
structure.h  1.20  12 years  kreckel  * color.cpp: remove duplicated default args. * numeric.cpp: insert some missing …
structure.cpp  1.23  12 years  kreckel  * color.cpp: remove duplicated default args. * numeric.cpp: insert some missing …
print.h  1.2  12 years  kreckel  * basic::collec() never worked correctly on non-polynomials till now. We simpl…
flags.h  1.23  12 years  kreckel  * basic::collec() never worked correctly on non-polynomials till now. We simpl…
archive.cpp  1.16  12 years  kreckel  * basic::collec() never worked correctly on non-polynomials till now. We simpl…
inifcns_trans.cpp  1.34  12 years  kreckel  * basic::collec() never worked correctly on non-polynomials till now. We simpl…
expair.h  1.18  12 years  cbauer  - replaced the various print*() member functions by a single print() that take…
normal.h  1.12  12 years  kreckel  normal.cpp, normal.h: Fix Yun's algorithm (there was a mistake in Geddes et al.)…
remember.cpp  1.7  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
input_lexer.h  1.8  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
remember.h  1.7  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
registrar.cpp  1.5  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
lst_suppl.cpp  1.11  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
assertion.h  1.6  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
debugmsg.h  1.9  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
exprseq_suppl.cpp  1.14  12 years  kreckel  * ginac/registrar.h: dtor is inlined now. * ginac/basic.h, ginac/ex.h: removed I…
version.h.in  1.3  12 years  kreckel  - See if __GNUC__ < 2.97 before using std::vector<..,malloc_alloc>. Sorry, th…

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