git://www.ginac.de
/
ginac.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Rewritten heuristic and PRS GCD for univariate polynomials, added benchmark.
2008-10-19
Alexei Sheplyakov
Rewritten heuristic and PRS GCD for univariate polynomials...
commit
|
commitdiff
|
tree
2008-10-14
Alexei Sheplyakov
polynomial: introduce a helper function to divide polynomial...
commit
|
commitdiff
|
tree
2008-10-14
Alexei Sheplyakov
mod_gcd: naive hack to chose a 'good' prime (to speed...
commit
|
commitdiff
|
tree
2008-09-30
Alexei Sheplyakov
[bugfix] remainder_in_ring: using exact division is...
commit
|
commitdiff
|
tree
2008-09-30
Alexei Sheplyakov
[bugfix] normalize_in_ring: don't set the leading coefficien...
commit
|
commitdiff
|
tree
2008-09-30
Alexei Sheplyakov
[trivial] excompiler.cpp: shut up some silly compiler...
commit
|
commitdiff
|
tree
2008-09-20
Alexei Sheplyakov
Implemented modular GCD algorithm for univariate polynomials.
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
Wipe out the old (bison/flex generated) parser.
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
check: time_parser.cpp: don't run the same benchmark...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
Document the new parser, provide an example.
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
Use the new parser in the ex(const string&, lst&) ctor.
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
Parser can parse (some) floating point numbers now.
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
parser: add necessary checks to operator() to stop...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
[bugfix] parser::parse_literal_expr(): don't forget...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
[bugfix]: parser::parse_unary_expr() parses '-a-b'...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
ginac.h: include parser.hpp
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
parser: change order of the constructor optional arguments.
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
parser: allow read/write access to symbol table and...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
parser: map input strings onto arbitrary expressions...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
[BUGFIX] parser.hpp: fix include guard so the header...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
[nitpick] power::expand_add(): don't use int instead...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
[nitpick] inifcns_nstdsums: don't use int instead of...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
[nitpick] don't use int instead of std::size_t.
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
G_numeric: use cl_N and int to manipulate numbers ...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
G_numeric: put convergence/acceleration transofrmations...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
match() (find()): use exmap (exset) to store matched...
commit
|
commitdiff
|
tree
2008-09-19
Alexei Sheplyakov
expairseq::match(): remove the code which works around...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
build: shut up automake warnings, don't use GNU make...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
build: put (almost) all auto* tools scripts into the...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
Allow user to disable GiNaC::compile_ex (e.g. for security...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
configure: run important checks first (and bail out...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
configure: don't bother to run checks which can be...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
utils.h: use <stdint.h> (if available) instead of reinventin...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
configure: don't check for sizeof(long double), we...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
build: faster check for standard C++ headers.
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
build: don't run any ${host} binaries while checking...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
don't mention CVS any more, describe how to install...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
match: don't modify subexpression list if expression...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
[BUGFIX] Reclaiming the memory allocated for static...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
symbol: get rid of assign/unassign (for performance...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
ginsh: use exmap for storing assigned symbols.
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
multiple zeta values: make crandall_Y_loop helper function...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
multiple zeta values: make crandall_Z helper function...
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
parser: improve error reporting a little bit.
commit
|
commitdiff
|
tree
2008-09-09
Alexei Sheplyakov
lexer: when switching to another output stream, clean...
commit
|
commitdiff
|
tree
2008-03-18
Alexei Sheplyakov
move rotate_left() function away from the public header.
commit
|
commitdiff
|
tree
2008-03-18
Alexei Sheplyakov
INSTALL: libreadline is not mandatory; ginsh builds...
commit
|
commitdiff
|
tree
2008-03-18
Alexei Sheplyakov
update the compiler info; tell users to avoid GCC 4.3.0
commit
|
commitdiff
|
tree
2008-03-04
Alexei Sheplyakov
symbol.cpp: shut up useless warnings
commit
|
commitdiff
|
tree
2008-03-04
Alexei Sheplyakov
check: indicate the test failures with non-zero exit...
commit
|
commitdiff
|
tree
2008-02-25
Richard Kreckel
* Version 1.5.
commit
|
commitdiff
|
tree
2008-02-22
Richard Kreckel
* Improved lsolve() of systems containing non-numeric...
commit
|
commitdiff
|
tree
2007-12-28
Alexei Sheplyakov
kill spurious comma in flags.h
commit
|
commitdiff
|
tree
2007-12-14
Alexei Sheplyakov
check/*_memleak.cpp: fix botched CVS commit[s].
commit
|
commitdiff
|
tree
2007-12-14
Alexei Sheplyakov
Improve instructions for installing GiNaC from CVS.
commit
|
commitdiff
|
tree