git://www.ginac.de
/
ginac.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix URL of CODA.
[ginac.git]
/
ginac
/
2010-05-13
Richard Kreckel
Fix memory leak in excompiler due to use of wrong opera...
tree
|
commitdiff
2010-04-27
Richard Kreckel
Fix weird ctor invocation syntax.
tree
|
commitdiff
2010-03-28
Jens Vollinga
Products (class mul) now answer correctly to info_flags...
tree
|
commitdiff
2010-03-25
Richard Kreckel
Really fixed the atan2(-Pi, 0) bug.
tree
|
commitdiff
2010-03-25
Richard Kreckel
Merge branch 'master' of ssh://ginac.de/srv/git/ginac
tree
|
commitdiff
2010-03-25
Jens Vollinga
Fixed a bug in atan2. It gave a division by zero error...
tree
|
commitdiff
2010-03-05
Jens Vollinga
Copyright goes 2010.
tree
|
commitdiff
2010-02-27
Richard Kreckel
Update copyright notice.
tree
|
commitdiff
2010-02-24
Alexei Sheplyakov
pgcd(): detect relatively prime polynomials properly...
tree
|
commitdiff
2009-10-11
Richard Kreckel
Add mul::info() and add::info() support for numeric...
tree
|
commitdiff
2009-10-04
Richard Kreckel
Output LaTeX-symbols using \mathrm, instead of \mbox.
tree
|
commitdiff
2009-08-09
Alexei Sheplyakov
modular_matrix: don't use STL iterators in {mul, sub...
tree
|
commitdiff
2009-08-09
Alexei Sheplyakov
shaker_sort, permutation_sign: fix invalid use of STL...
tree
|
commitdiff
2009-08-09
Alexei Sheplyakov
symmetry::calchash(): be careful to not dereference...
tree
|
commitdiff
2009-08-09
Alexei Sheplyakov
check_parameter_G: fix pontential increment of end().
tree
|
commitdiff
2009-08-09
Alexei Sheplyakov
G_eval: fix incorrect use of STL iterator.
tree
|
commitdiff
2009-07-15
Jens Vollinga
Allow underscores in identifiers.
tree
|
commitdiff
2009-07-10
Jens Vollinga
Changed the parser such that it understands all defined...
tree
|
commitdiff
2009-04-24
Jens Vollinga
Added include for cstdio header.
tree
|
commitdiff
2009-02-25
Alexei Sheplyakov
calchash(): work around broken RTTI.
tree
|
commitdiff
2009-02-25
Alexei Sheplyakov
Fix compilation failure due to (template) operator...
tree
|
commitdiff
2009-02-06
Jens Vollinga
Missed to change one date in function.pl.
tree
|
commitdiff
2009-02-06
Jens Vollinga
Prettified source code.
tree
|
commitdiff
2009-02-06
Alexei Sheplyakov
Fix chinese_remainder() so modular GCD actually works.
tree
|
commitdiff
2009-02-05
Jens Vollinga
Renamed files *.tcc and *.hpp to *.h.
tree
|
commitdiff
2009-02-03
Jens Vollinga
Fixed compile errors introduced in previous commit
tree
|
commitdiff
2009-02-03
Alexei Sheplyakov
Implement modular multivariate GCD (based on chinese...
tree
|
commitdiff
2009-02-03
Alexei Sheplyakov
Improve (fix?) smod: now it really converts into symmet...
tree
|
commitdiff
2009-01-08
Jens Vollinga
Fixed bug in binomial(). binomial(n,0) erroneously...
tree
|
commitdiff
2008-12-18
Jens Vollinga
Small fixes to avoid compile warnings (-Wall).
tree
|
commitdiff
2008-12-18
Jens Vollinga
Fixed bug in multivariate factorization. Fractional...
tree
|
commitdiff
2008-12-01
Alexei Sheplyakov
[PATCH] [build] Simplify generation of ginac/version.h
tree
|
commitdiff
2008-12-01
Jens Vollinga
Fixed a problem in polynomial divide by deactivating...
tree
|
commitdiff
2008-11-13
Jens Vollinga
Added many comments.
tree
|
commitdiff
2008-11-13
Jens Vollinga
Fixed lots of bugs in factor_multivariate().
tree
|
commitdiff
2008-11-11
Jens Vollinga
Fixed a bug in squarefree(). Some polynomials were...
tree
|
commitdiff
2008-11-10
Jens Vollinga
Added modular square free factorization.
tree
|
commitdiff
2008-11-06
Jens Vollinga
Univariate Hensel lifting now uses upoly.
tree
|
commitdiff
2008-11-05
Alexei Sheplyakov
[bugfix] integer_cra: check if arguments contain at...
tree
|
commitdiff
2008-11-05
Jens Vollinga
Changed debugging facilities in factor.cpp.
tree
|
commitdiff
2008-11-05
Jens Vollinga
Changed code from using cl_UP_MI to using umodpoly...
tree
|
commitdiff
2008-11-03
Jens Vollinga
Added code for distinct degree factorization.
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
Don't force every algebraic class to implement archivin...
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
symbol: make get_domain() a virtual method, remove...
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
symbol: don't bother to set TeX name if user did not...
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
symbol: remove return_type_tinfo() and return_type...
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
Wipe out remnants of custom RTTI.
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
registered_class_info: use typeid() instead of tinfo_st...
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
A better return_type_tinfo() mechanism.
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
calchash(): use type_info::name() instead of tinfo().
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
indexed::eval: use standard C++ RTTI.
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
basic, expairseq: use standard C++ RTTI in compare...
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
is_exactly_a: use typeid() to check the type of expression.
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
ptr.h: use unsigned int to store reference counts ...
tree
|
commitdiff
2008-10-19
Alexei Sheplyakov
Rewritten heuristic and PRS GCD for univariate polynomi...
tree
|
commitdiff
2008-10-14
Alexei Sheplyakov
polynomial: introduce a helper function to divide polyn...
tree
|
commitdiff
2008-10-14
Alexei Sheplyakov
mod_gcd: naive hack to chose a 'good' prime (to speed...
tree
|
commitdiff
2008-09-30
Alexei Sheplyakov
[bugfix] remainder_in_ring: using exact division is...
tree
|
commitdiff
2008-09-30
Alexei Sheplyakov
[bugfix] normalize_in_ring: don't set the leading coeff...
tree
|
commitdiff
2008-09-30
Alexei Sheplyakov
[trivial] excompiler.cpp: shut up some silly compiler...
tree
|
commitdiff
2008-09-30
Jens Vollinga
Merge branch 'master' of git://ffmssmsc.jinr.ru:443...
tree
|
commitdiff
2008-09-29
Jens Vollinga
Replaced class UniPoly by cl_UP_MI.
tree
|
commitdiff
2008-09-26
Jens Vollinga
- Added options argument to factor(). Added flag factor...
tree
|
commitdiff
2008-09-20
Alexei Sheplyakov
Implemented modular GCD algorithm for univariate polyno...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
Wipe out the old (bison/flex generated) parser.
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
Use the new parser in the ex(const string&, lst&) ctor.
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
Parser can parse (some) floating point numbers now.
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
parser: add necessary checks to operator() to stop...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
[bugfix] parser::parse_literal_expr(): don't forget...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
[bugfix]: parser::parse_unary_expr() parses '-a-b'...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
ginac.h: include parser.hpp
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
parser: change order of the constructor optional arguments.
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
parser: allow read/write access to symbol table and...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
parser: map input strings onto arbitrary expressions...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
[BUGFIX] parser.hpp: fix include guard so the header...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
[nitpick] power::expand_add(): don't use int instead...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
[nitpick] inifcns_nstdsums: don't use int instead of...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
[nitpick] don't use int instead of std::size_t.
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
G_numeric: use cl_N and int to manipulate numbers ...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
G_numeric: put convergence/acceleration transofrmations...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
match() (find()): use exmap (exset) to store matched...
tree
|
commitdiff
2008-09-19
Alexei Sheplyakov
expairseq::match(): remove the code which works around...
tree
|
commitdiff
2008-09-18
Jens Vollinga
Fixed various bugs in multivariate factorization.
tree
|
commitdiff
2008-09-09
Jens Vollinga
Merge branch 'master' of git://ffmssmsc.jinr.ru:443...
tree
|
commitdiff
2008-09-09
Jens Vollinga
Bug fix related to the usage of int instead of cl_I.
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
configure: don't bother to run checks which can be...
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
utils.h: use <stdint.h> (if available) instead of reinv...
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
match: don't modify subexpression list if expression...
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
[BUGFIX] Reclaiming the memory allocated for static...
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
symbol: get rid of assign/unassign (for performance...
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
multiple zeta values: make crandall_Y_loop helper funct...
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
multiple zeta values: make crandall_Z helper function...
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
parser: improve error reporting a little bit.
tree
|
commitdiff
2008-09-09
Alexei Sheplyakov
lexer: when switching to another output stream, clean...
tree
|
commitdiff
2008-09-08
Jens Vollinga
Fixed bug in unvariate factorization. Bound for lifting...
tree
|
commitdiff
2008-09-08
Jens Vollinga
Added missing code for multivariate factorization.
tree
|
commitdiff
2008-09-08
Jens Vollinga
Fixed bug. G() ignored the imaginary parts of the argum...
tree
|
commitdiff
2008-08-27
Jens Vollinga
Added internal code for multivariate factorization.
tree
|
commitdiff
2008-08-27
Alexei Sheplyakov
gcd_pf_pow_pow: deobfuscate a little bit (no functional...
tree
|
commitdiff
2008-08-27
Alexei Sheplyakov
gcd_pf_pow: get rid of duplicate code.
tree
|
commitdiff
next