2008-11-13 |
Jens Vollinga | Fixed lots of bugs in factor_multivariate(). |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Jens Vollinga | Fixed a bug in squarefree(). Some polynomials were... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Jens Vollinga | Added modular square free factorization. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Jens Vollinga | Stupid error: did the revert on the wrong branch (maste... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Jens Vollinga | Revert "[portability] GiNaC::compile_ex works on OpenBS... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Jens Vollinga | Univariate Hensel lifting now uses upoly. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Paul Irofti | Equip ginac-examples.texi with directory entry for... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Alexei Sheplyakov | [portability] GiNaC::compile_ex works on OpenBSD now. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Alexei Sheplyakov | [build] Set correct rpath for linking with CLN... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Alexei Sheplyakov | [bugfix] integer_cra: check if arguments contain at... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Alexei Sheplyakov | exam_cra: explicitly #include <limits>. This should... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Jens Vollinga | Changed debugging facilities in factor.cpp. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Jens Vollinga | Fixed some minor spelling errors. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Jens Vollinga | Changed code from using cl_UP_MI to using umodpoly... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Jens Vollinga | Added code for distinct degree factorization. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | tutorial: simplify the instructions on writing extensio... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | Don't force every algebraic class to implement archivin... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | tutorial: don't mention custom RTTI any more (as it... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | symbol: make get_domain() a virtual method, remove... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | symbol: don't bother to set TeX name if user did not... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | symbol: remove return_type_tinfo() and return_type... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | Wipe out remnants of custom RTTI. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | registered_class_info: use typeid() instead of tinfo_st... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | A better return_type_tinfo() mechanism. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | calchash(): use type_info::name() instead of tinfo(). |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | indexed::eval: use standard C++ RTTI. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | basic, expairseq: use standard C++ RTTI in compare... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | is_exactly_a: use typeid() to check the type of expression. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | ptr.h: use unsigned int to store reference counts ... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Alexei Sheplyakov | Rewritten heuristic and PRS GCD for univariate polynomi... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Alexei Sheplyakov | polynomial: introduce a helper function to divide polyn... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Alexei Sheplyakov | mod_gcd: naive hack to chose a 'good' prime (to speed... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Alexei Sheplyakov | [bugfix] remainder_in_ring: using exact division is... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Alexei Sheplyakov | [bugfix] normalize_in_ring: don't set the leading coeff... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Alexei Sheplyakov | [trivial] excompiler.cpp: shut up some silly compiler... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Jens Vollinga | Merge branch 'master' of git://ffmssmsc.jinr.ru:443... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jens Vollinga | Replaced class UniPoly by cl_UP_MI. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Jens Vollinga | - Added options argument to factor(). Added flag factor... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Alexei Sheplyakov | Implemented modular GCD algorithm for univariate polyno... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | Wipe out the old (bison/flex generated) parser. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | check: time_parser.cpp: don't run the same benchmark... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | Document the new parser, provide an example. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | Use the new parser in the ex(const string&, lst&) ctor. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | Parser can parse (some) floating point numbers now. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | parser: add necessary checks to operator() to stop... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | [bugfix] parser::parse_literal_expr(): don't forget... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | [bugfix]: parser::parse_unary_expr() parses '-a-b'... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | ginac.h: include parser.hpp |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | parser: change order of the constructor optional arguments. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | parser: allow read/write access to symbol table and... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | parser: map input strings onto arbitrary expressions... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | [BUGFIX] parser.hpp: fix include guard so the header... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | [nitpick] power::expand_add(): don't use int instead... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | [nitpick] inifcns_nstdsums: don't use int instead of... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | [nitpick] don't use int instead of std::size_t. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | G_numeric: use cl_N and int to manipulate numbers ... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | G_numeric: put convergence/acceleration transofrmations... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | match() (find()): use exmap (exset) to store matched... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | expairseq::match(): remove the code which works around... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jens Vollinga | Fixed various bugs in multivariate factorization. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Jens Vollinga | Merge branch 'master' of git://ffmssmsc.jinr.ru:443... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Jens Vollinga | Bug fix related to the usage of int instead of cl_I. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Jens Vollinga | Updated NEWS. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | build: shut up automake warnings, don't use GNU make... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | build: put (almost) all auto* tools scripts into the... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | Allow user to disable GiNaC::compile_ex (e.g. for secur... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | configure: run important checks first (and bail out... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | configure: don't bother to run checks which can be... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | utils.h: use <stdint.h> (if available) instead of reinv... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | configure: don't check for sizeof(long double), we... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | build: faster check for standard C++ headers. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | build: don't run any ${host} binaries while checking... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | don't mention CVS any more, describe how to install... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | match: don't modify subexpression list if expression... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | [BUGFIX] Reclaiming the memory allocated for static... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | symbol: get rid of assign/unassign (for performance... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | ginsh: use exmap for storing assigned symbols. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | multiple zeta values: make crandall_Y_loop helper funct... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | multiple zeta values: make crandall_Z helper function... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | parser: improve error reporting a little bit. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | lexer: when switching to another output stream, clean... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Jens Vollinga | Fixed bug in unvariate factorization. Bound for lifting... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Jens Vollinga | Added missing code for multivariate factorization. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Jens Vollinga | Fixed bug. G() ignored the imaginary parts of the argum... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Jens Vollinga | Added internal code for multivariate factorization. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_pow_pow: deobfuscate a little bit (no functional... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_pow: get rid of duplicate code. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_pow_pow: gcd helper to handle partiall... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_{pow, mul}: don't check if the arguments are... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_mul: get rid of duplicate code. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd(): allow user to override (some of) heuristics. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | refactor gcd() a little bit (no functional changes). |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_mul: gcd helper to handle partially... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_pow: gcd helper to handle partially... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd: allow user to override (some of) heuristics. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | inifscn_nstdsums: make functions handling Li/G transfor... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | Bail out if both autogen and autogen'erated file(s... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Alexei Sheplyakov | Faster, better (recursive descent) expression parser. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Jens Vollinga | Daily bugfix in the polynomial factorization (code... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Jens Vollinga | Fixed bug in the Q matrix calculation and the univariat... |
commit | commitdiff | tree | snapshot |
next |