]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2009-02-05 Jens VollingaRenamed files *.tcc and *.hpp to *.h.
2009-02-03 Jens VollingaFixed compile errors introduced in previous commit
2009-02-03 Alexei SheplyakovImplement modular multivariate GCD (based on chinese...
2009-02-03 Alexei SheplyakovImprove (fix?) smod: now it really converts into symmet...
2009-02-03 Alexei SheplyakovFix copy-paste error in GINACLIB_MICRO_VERSION.
2009-01-08 Jens VollingaFixed bug in binomial(). binomial(n,0) erroneously...
2008-12-18 Jens VollingaSmall fixes to avoid compile warnings (-Wall).
2008-12-18 Jens VollingaFixed bug in multivariate factorization. Fractional...
2008-12-01 Jens VollingaAdded new items.
2008-12-01 Alexei Sheplyakov[PATCH] [build] Simplify generation of ginac/version.h
2008-12-01 Alexei Sheplyakov[PATCH] Fix GiNaC library version information.
2008-12-01 Jens VollingaFixed a problem in polynomial divide by deactivating...
2008-11-14 Jens VollingaAdded section about factor(). Made appropriate changes...
2008-11-13 Jens VollingaAdded many comments.
2008-11-13 Jens VollingaFixed lots of bugs in factor_multivariate().
2008-11-11 Jens VollingaFixed a bug in squarefree(). Some polynomials were...
2008-11-10 Jens VollingaAdded modular square free factorization.
2008-11-06 Jens VollingaStupid error: did the revert on the wrong branch (maste...
2008-11-06 Jens VollingaRevert "[portability] GiNaC::compile_ex works on OpenBS...
2008-11-06 Jens VollingaUnivariate Hensel lifting now uses upoly.
2008-11-05 Paul IroftiEquip ginac-examples.texi with directory entry for...
2008-11-05 Alexei Sheplyakov[portability] GiNaC::compile_ex works on OpenBSD now.
2008-11-05 Alexei Sheplyakov[build] Set correct rpath for linking with CLN...
2008-11-05 Alexei Sheplyakov[bugfix] integer_cra: check if arguments contain at...
2008-11-05 Alexei Sheplyakovexam_cra: explicitly #include <limits>. This should...
2008-11-05 Jens VollingaChanged debugging facilities in factor.cpp.
2008-11-05 Jens VollingaFixed some minor spelling errors.
2008-11-05 Jens VollingaChanged code from using cl_UP_MI to using umodpoly...
2008-11-03 Jens VollingaAdded code for distinct degree factorization.
2008-10-19 Alexei Sheplyakovtutorial: simplify the instructions on writing extensio...
2008-10-19 Alexei SheplyakovDon't force every algebraic class to implement archivin...
2008-10-19 Alexei Sheplyakovtutorial: don't mention custom RTTI any more (as it...
2008-10-19 Alexei Sheplyakovsymbol: make get_domain() a virtual method, remove...
2008-10-19 Alexei Sheplyakovsymbol: don't bother to set TeX name if user did not...
2008-10-19 Alexei Sheplyakovsymbol: remove return_type_tinfo() and return_type...
2008-10-19 Alexei SheplyakovWipe out remnants of custom RTTI.
2008-10-19 Alexei Sheplyakovregistered_class_info: use typeid() instead of tinfo_st...
2008-10-19 Alexei SheplyakovA better return_type_tinfo() mechanism.
2008-10-19 Alexei Sheplyakovcalchash(): use type_info::name() instead of tinfo().
2008-10-19 Alexei Sheplyakovindexed::eval: use standard C++ RTTI.
2008-10-19 Alexei Sheplyakovbasic, expairseq: use standard C++ RTTI in compare...
2008-10-19 Alexei Sheplyakovis_exactly_a: use typeid() to check the type of expression.
2008-10-19 Alexei Sheplyakovptr.h: use unsigned int to store reference counts ...
2008-10-19 Alexei SheplyakovRewritten heuristic and PRS GCD for univariate polynomi...
2008-10-14 Alexei Sheplyakovpolynomial: introduce a helper function to divide polyn...
2008-10-14 Alexei Sheplyakovmod_gcd: naive hack to chose a 'good' prime (to speed...
2008-09-30 Alexei Sheplyakov[bugfix] remainder_in_ring: using exact division is...
2008-09-30 Alexei Sheplyakov[bugfix] normalize_in_ring: don't set the leading coeff...
2008-09-30 Alexei Sheplyakov[trivial] excompiler.cpp: shut up some silly compiler...
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-29 Jens VollingaReplaced class UniPoly by cl_UP_MI.
2008-09-26 Jens Vollinga- Added options argument to factor(). Added flag factor...
2008-09-20 Alexei SheplyakovImplemented modular GCD algorithm for univariate polyno...
2008-09-19 Alexei SheplyakovWipe out the old (bison/flex generated) parser.
2008-09-19 Alexei Sheplyakovcheck: time_parser.cpp: don't run the same benchmark...
2008-09-19 Alexei SheplyakovDocument the new parser, provide an example.
2008-09-19 Alexei SheplyakovUse the new parser in the ex(const string&, lst&) ctor.
2008-09-19 Alexei SheplyakovParser can parse (some) floating point numbers now.
2008-09-19 Alexei Sheplyakovparser: add necessary checks to operator() to stop...
2008-09-19 Alexei Sheplyakov[bugfix] parser::parse_literal_expr(): don't forget...
2008-09-19 Alexei Sheplyakov[bugfix]: parser::parse_unary_expr() parses '-a-b'...
2008-09-19 Alexei Sheplyakovginac.h: include parser.hpp
2008-09-19 Alexei Sheplyakovparser: change order of the constructor optional arguments.
2008-09-19 Alexei Sheplyakovparser: allow read/write access to symbol table and...
2008-09-19 Alexei Sheplyakovparser: map input strings onto arbitrary expressions...
2008-09-19 Alexei Sheplyakov[BUGFIX] parser.hpp: fix include guard so the header...
2008-09-19 Alexei Sheplyakov[nitpick] power::expand_add(): don't use int instead...
2008-09-19 Alexei Sheplyakov[nitpick] inifcns_nstdsums: don't use int instead of...
2008-09-19 Alexei Sheplyakov[nitpick] don't use int instead of std::size_t.
2008-09-19 Alexei SheplyakovG_numeric: use cl_N and int to manipulate numbers ...
2008-09-19 Alexei SheplyakovG_numeric: put convergence/acceleration transofrmations...
2008-09-19 Alexei Sheplyakovmatch() (find()): use exmap (exset) to store matched...
2008-09-19 Alexei Sheplyakovexpairseq::match(): remove the code which works around...
2008-09-18 Jens VollingaFixed various bugs in multivariate factorization.
2008-09-09 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-09 Jens VollingaBug fix related to the usage of int instead of cl_I.
2008-09-09 Jens VollingaUpdated NEWS.
2008-09-09 Alexei Sheplyakovbuild: shut up automake warnings, don't use GNU make...
2008-09-09 Alexei Sheplyakovbuild: put (almost) all auto* tools scripts into the...
2008-09-09 Alexei SheplyakovAllow user to disable GiNaC::compile_ex (e.g. for secur...
2008-09-09 Alexei Sheplyakovconfigure: run important checks first (and bail out...
2008-09-09 Alexei Sheplyakovconfigure: don't bother to run checks which can be...
2008-09-09 Alexei Sheplyakovutils.h: use <stdint.h> (if available) instead of reinv...
2008-09-09 Alexei Sheplyakovconfigure: don't check for sizeof(long double), we...
2008-09-09 Alexei Sheplyakovbuild: faster check for standard C++ headers.
2008-09-09 Alexei Sheplyakovbuild: don't run any ${host} binaries while checking...
2008-09-09 Alexei Sheplyakovdon't mention CVS any more, describe how to install...
2008-09-09 Alexei Sheplyakovmatch: don't modify subexpression list if expression...
2008-09-09 Alexei Sheplyakov[BUGFIX] Reclaiming the memory allocated for static...
2008-09-09 Alexei Sheplyakovsymbol: get rid of assign/unassign (for performance...
2008-09-09 Alexei Sheplyakovginsh: use exmap for storing assigned symbols.
2008-09-09 Alexei Sheplyakovmultiple zeta values: make crandall_Y_loop helper funct...
2008-09-09 Alexei Sheplyakovmultiple zeta values: make crandall_Z helper function...
2008-09-09 Alexei Sheplyakovparser: improve error reporting a little bit.
2008-09-09 Alexei Sheplyakovlexer: when switching to another output stream, clean...
2008-09-08 Jens VollingaFixed bug in unvariate factorization. Bound for lifting...
2008-09-08 Jens VollingaAdded missing code for multivariate factorization.
2008-09-08 Jens VollingaFixed bug. G() ignored the imaginary parts of the argum...
2008-08-27 Jens VollingaAdded internal code for multivariate factorization.
2008-08-27 Alexei Sheplyakovgcd_pf_pow_pow: deobfuscate a little bit (no functional...
next